3
1
Back

Panels/10_step_seq.scad Experimenting with more panel layout ideas working_height = height - v_margin*2 - title_font_size; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_right = width_mm - hole_dist_side - thickness; left_panel_width = 12*3 + tolerance*2; //three knobs plus space between them right_panel_width = width_mm - h_margin; input_column = h_margin; col_right = width_mm - 10 - center_adjust; center_col = width_mm/2; vertical_space = height - v_margin; working_increment = working_height / 7; // generally-useful spacing amount for vertical columns of stuff col_left = thickness + 9.5/2 + tolerance*2; //three knobs plus space between two.

New Pull Request