3
1
Back

Sub-panel top_row = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_right = width_mm - hole_dist_side - thickness; left_panel_width = 40; // [1:1:84] working_height = height - v_margin*2 - title_font_size; working_increment = working_height / 5; row_2 = row_1 + v_margin + 12; row_2 = working_increment*1 + row_1; row_3 = row_2 + vertical_space/7; row_6 = row_5 + vertical_space/7; cv_in_1a = [left_col, row_2, 0]; square_out = [width_mm-h_margin, row_1, 0]; fm_pot = [input_column - h_margin/2, bottom_row, 0]; fm_in = [h_margin+working_width/8, row_2, 0]; audio_in_2 = [left_col, row_6, 0]; audio_in_1 = [left_col, row_3, 0.

New Pull Request