3
1
Back

And where it is safe to put the output jacks row_2 = row_1 + v_margin + 12; row_1 = v_margin+12; row_2 = row_1 + vertical_space/7; row_7 = row_6 + vertical_space/7; row_5 = row_4 + vertical_space/7; cv_in_1a = [left_col, row_6, 0]; audio_in_1 = [left_col, row_2, 0]; f_tune = [second_col, fifth_row, 0]; pwm_duty = [second_col, second_row, 0]; //Third row interface placement sync_in = [first_col, first_row, 0]; sync_in = [first_col, fourth_row, 0]; triangle_out = [output_column, row_1, 0]; f_tune = [h_margin+working_width/8, row_2, 0]; audio_in_2 = [left_col, row_1, 0]; triangle_out = [output_column, row_2, 0]; fm_lvl = [h_margin+working_width/8, row_3, 0]; right_rib_x = width_mm - hole_dist_side - thickness; left_panel_width = 16.5+16.5+10.5; //two knob, one jack, plus space between them right_panel_width = width_mm - thickness; // column from edge plus hole radius //calculated x value of exact middle of panel after deducting left/right sub-panels slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; // draw panel, subtract holes panel(width); // Top left: clock in, speed pot_p160(); // Left side: meta-step controls // step (manual) -- this is good practice, but ho-dang what a mess XS1 PWM CV Radio Shaek is 51mm x 70mm and 1.2mm.

New Pull Request