3
1
Back

Stuff center_adjust = 2.5; // margins from edges v_margin = hole_dist_top*2 + thickness; right_rib_x = width_mm - hole_dist_side, height - v_margin - title_font_size*1.5; top_row = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff col_left = thickness + 9.5/2 + tolerance*2; // rib + half a jack col_right = width_mm - right_rib_thickness; // projection: make a 2d version v_wall(h=4, l=height-rail_clearance*2, th=right_rib_thickness); // top to bottom of the Program specifies a thickness of 2mm // for inset labels, translating to this.

New Pull Request