3
1
Back

// Futura Light typeface for labels default_label_font = "Futura Md BT:style=Medium"; label_font_size = 5; //knob_radius top_row = height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness + 6 + tolerance; extra_depth = 75 + tolerance; // rib + half a jack col_right = width_mm - hole_dist_side - thickness; module label(string, size=4, halign="center", font=default_label_font) { color([1,0,0]) linear_extrude(thickness+1.

New Pull Request