adapt design to have text in second color
This commit is contained in:
2026-05-20 10:41:04 +02:00
parent 7ee5c48e98
commit 17f110f2bd
14 changed files with 261 additions and 140 deletions

View File

@@ -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],