make text optional
This commit is contained in:
parent
d581d32d58
commit
158b27848b
|
|
@ -47,6 +47,7 @@ difference() {
|
|||
square([mark_depth_mm + 1, mark_width_mm]);
|
||||
|
||||
// text
|
||||
if (text_size_mm > 0)
|
||||
translate([0, 0, text_z_mm])
|
||||
difference() {
|
||||
rotate([0, 0, -90])
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user