3
1
Back

Cube([137.5, 97, 1], center=true); working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1; right_rib_x = width_mm - 9.5/2 - right_rib_thickness - tolerance; // left_rib_x = thickness * 1; //right_rib_x = width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - thickness*2; // How much horizontal space needed for left-hand and right-hand sub-panels right_panel_width = width_mm - col_right; // column.

New Pull Request