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

3
Color.scad Normal file
View File

@@ -0,0 +1,3 @@
module makeColor(name) {
color(name) children();
}