3
1
Back

True; set_screw_radius = 1.5; // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 40; // [1:1:84] /* [Holes] */ // Futura Light typeface for labels default_label_font = "Futura Md BT:style=Medium"; 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); } 3D Printing/Cases/Eurorack 2-Row/d0689b08d90f6b787384d8519c91dddf_preview_featured.jpg Executable file Unescape // testing futura vs quentincaps in F6.

New Pull Request