3
1
Back

H_margin; bottom_row = v_margin + 12; row_2 = row_1 + v_margin + 12; row_1 = vertical_space/7; row_2 = working_increment*1 + row_1; row_4 = working_increment*3 + row_1; row_4 = working_increment*3 + out_row_1; out_row_9 = working_increment*8 + out_row_1; out_row_5 = working_increment*4 + row_1; working_increment = working_height / 7; // generally-useful spacing amount for vertical columns of stuff col_middle = col_left + (15.6 + 1.5 + 7 + 8); // pot + led + switch? Col_right = width_mm - thickness*2; // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 16.5+16.5+10.5; //two knob, one jack, plus space between them right_panel_width = width_mm - hole_dist_side, height - v_margin - title_font_size*2; working_width = width_mm - thickness*2; slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; row_2 = working_increment*1 + row_1; row_4 = row_3 + vertical_space/7; row_7 = row_6 + vertical_space/7; row_3 = row_2 + vertical_space/7; cv_in_1a = [left_col, row_2, 0]; fm_in = [h_margin+working_width/8, row_3, 0]; manual_2 = [left_col, row_7, 0]; manual_1 = [left_col, row_1, 0]; fm_pot = [input_column + h_margin/2, bottom_row, 0]; cv_in = [input_column, bottom_row, 0]; pwm_pot = [input_column - h_margin/2, row_1, 0]; fm_pot = [input_column - h_margin/2, bottom_row, 0]; c_tune = [width_mm/2 + h_margin, top_row, 0]; left_rib_x = thickness * 2; // Website.

New Pull Request