3
1
Back

Engraved_indicator_shaft_scale = 1.5; set_screw_depth = 9; label_font_size = 5; thickness=2; */ module label(string, size=4, halign="center") { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font_for_title); //} // draw panel, subtract holes // label the whole thing? // top/bottom ribs? // top horizontal rib // h_wall(h=1.6, l=right_rib_x); // middle-bottom h rib // h_wall(h=4, l=right_rib_x); // middle-bottom h rib // bottom horizontal.

New Pull Request