3
1
Back

Stuff working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff left_panel_width = 16.5+16.5+10.5; //two knob, one jack, plus space between them left_panel_spacing = (left_panel_width) / 2.5; slider_spacing = 12.5; // space between them right_panel_width = width_mm - 10 - center_adjust; center_col = width_mm/2; row_1 = vertical_space/7; row_2 = row_1 + vertical_space/7; row_5 = row_4 + vertical_space/7; cv_in_1a = [left_col, row_7, 0]; manual_1 = [left_col, row_7, 0]; manual_1 = [left_col, row_5, 0]; audio_out_1 = [right_col, row_3, 0]; left_rib_x = thickness * 1.2; right_rib_x = width_mm - hole_dist_side, height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing.

New Pull Request