use refinings out of e4ee70bc36
, add preview
parent
4d4736360d
commit
15267fb7d3
|
@ -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();
|
Loading…
Reference in New Issue