3
1
Back

10:10%, 20:20%, 30:30%, 40:40%, 50:50%] // Width of module (HP) width = 14; // [1:1:84] left_panel_width = 40; // [1:1:84] /* [Holes] */ // Four hole threshold (HP // margins from edges h_margin = hole_dist_side + thickness; working_height = height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 2; right_rib_x = width_mm - thickness*2.2; // testing futura vs quentincaps in F6 rendering module label(string, size=4, halign="center") { color([1,0,0]) linear_extrude(height) 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