3
1
Back

→ Normal file Unescape // for inset labels, translating to this height controls label depth label_inset_height = thickness-1; module label(string, size=4, halign="center") { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font); } module x2_7seg_14_22mm_display() { cube([25, 19.25, thickness]); cube([50.5, 19.25, thickness]); } module label(string, size=4, halign="center") { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign); } 3D.

New Pull Request