3
1
Back

20; shaft_radius = 3.25; shaft_height = 13; shaft_smoothness = 20; // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 12*3 + tolerance*2; //three knobs plus space between them right_panel_width = 12; hole_vdist = 44.5; hole_hdist = 65; hole_diameter = 2; center_adjust = 5; //knob_radius top_row = height - v_margin*2 - title_font_size; working_increment = working_height / 5; row_2 = row_1 + vertical_space/7; cv_in_1a = [left_col, row_7, 0]; audio_out_1 = [right_col, row_1, 0]; audio_out_2 = [right_col, row_3, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_2, 0]; pwm_in = [width_mm - h_margin - working_width/8, row_3, 0]; cv_in_2b = [right_col, row_6, 0]; audio_in_1 = [left_col, row_2, 0]; audio_in_2 = [left_col, row_2, 0]; audio_in_2 = [left_col, row_2, 0]; cv_2b_atten = [right_col, row_5, 0]; cv_in_2a = [left_col, row_1, 0]; saw_out = [output_column, row_1, 0]; audio_out_2 = [right_col, row_7, 0]; cv_in_1b = [right_col, row_3, 0]; c_tune = [width_mm/2 - h_margin, top_row, 0]; f_tune = [width_mm/2 - h_margin, top_row, 0]; f_tune = [second_col, third_row, 0]; saw_out = [h_margin + working_width/4, row_1, 0]; triangle_out = [output_column, row_1, 0]; audio_out_2 = [right_col, row_1, 0]; triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; f_tune = [width_mm/2 + h_margin, top_row, 0]; f_tune .

New Pull Request