3
1
Back

Noodling Initial stab at a 10-step panel layout ideas out_row_1 = v_margin+12; out_row_2 = working_increment*1 + row_1; row_3 = row_2 + vertical_space/7; 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 = thickness * 2; right_rib_x = width_mm - thickness*2.5 - tolerance*6; left_rib_x = thickness * 2; right_rib_x = width_mm - thickness; // additives .

New Pull Request