use refinings out of e4ee70bc36 , add preview

master
Dirk Heilig 2024-04-01 12:41:30 +02:00
parent 4d4736360d
commit 15267fb7d3
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name="mAdEx";
part=1; //[1,2]
part=1; //[1:base,2:text,3:preview]
use <./font/LiberationSans-Bold.ttf>;
@ -35,5 +35,6 @@ module name(str) {
difference() {
if(part==1)tag();
name(name);
}
color("black")name(name);
}
if(part==3)color("limegreen")tag();