3
1
Back

Thickness; v_margin = hole_dist_top*5; width_mm = hp_mm(width); // where to put reinforcing walls; i.e. The thickness of the indenting cones, measured from the top knobs top_row = height - v_margin - title_font_size*1.5; working_height = height - v_margin; working_increment = working_height / 5; row_1 = vertical_space/7; row_2 = row_1 + vertical_space/7; row_5 = working_increment*4 + out_row_1; out_row_6 = out_working_increment*5 + out_row_1; out_row_3 = working_increment*2 + row_1; row_4 = row_3 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_3 = working_increment*2 + row_1; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin - title_font_size*2; working_width = width_mm - h_margin; col_left = thickness * 1; h_wall(h=4, l=right_rib_x); // bottom horizontal rib h_wall(h=4, l=right_rib_x); // middle horizontal rib // middle horizontal rib // h_wall(h=4, l=right_rib_x); // middle-bottom.

New Pull Request