3
1
Back

Hole_left + 78.5; // Step count (sw11 // for inset labels, translating to this height controls label depth label_inset_height = thickness-1; module label(string, size=4, halign="center", font="Futura Md BT:style=Medium") { text(string, size, halign=halign); } 3D Printing/Cases/Eurorack Modular Case/EuroRack_Case_26.png Executable file View File // testing futura vs quentincaps in F6 rendering label_font_size = 5; thickness=2; */ module label(string, size=4, halign="center", font=default_label_font) { color([1,0,0]) linear_extrude(thickness+1) text(string, size, halign=halign, font=font_for_label); } //module title(string, size=9, halign="center", font="Futura XBlk BT:style=Extra Black") { //} .

New Pull Request