adapt design to have text in second color
@@ -1,4 +1,5 @@
include <BOSL2/std.scad>
use <Color.scad>
// Parameter for console overwrite
x = 30.0;
@@ -8,7 +9,7 @@ z = 20.0;
box(x, y, z);
module box(x, y, z) {
difference() {
makeColor("yellow") difference() {
// base
cuboid(
[ x, y, z - 2],
The note is not visible to the blocked user.