3
1
Back

//mm center_col = width_mm/2; row_1 = v_margin+12; row_2 = working_increment*1 + out_row_1; out_row_3 = working_increment*2 + row_1; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff right_rib_thickness = 2; // plastic walls are 2mm 3D.

New Pull Request