3
1
Back

Knob_faces = 7; // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1; right_rib_x = width_mm - h_margin; input_column = h_margin; col_right = width_mm - h_margin; working_height = height - v_margin - title_font_size*2; saw_out = [third_col, fourth_row, 0]; triangle_out = [third_col, fifth_row, 0]; pwm_duty = [input_column, bottom_row, 0]; c_tune = [width_mm/2 - h_margin, top_row, 0]; left_rib_x = thickness * 1; right_rib_x = width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - h_margin; cv_in = [input_column, row_2, 0]; audio_in_2 = [left_col, row_1, 0]; audio_out_2 = [right_col, row_5, 0]; cv_in_2a = [left_col, row_3, 0]; cv_in_2b = [right_col, row_1, 0]; left_rib_x = thickness * 1; right_rib_x = width_mm - thickness*2.5 - tolerance*6; out_row_1 = v_margin+12; row_2 = row_1 + v_margin + 12; row_1 = v_margin+12; Initial stab at a 10-step panel layout } Experimenting with more panel layout ideas out_row_1 = v_margin+12; row_2 = row_1 + v_margin + 12; row_2 = row_1 + vertical_space/7; row_6 = row_5 + vertical_space/7; cv_in_1a = [left_col, row_1, 0]; pwm_in = [first_col, fifth_row, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_2, 0]; cv_2b_atten = [right_col, row_6, 0]; cv_1b_atten = [right_col, row_6, 0]; cv_1b_atten = [right_col, row_7, 0]; cv_in_1b = [right_col, row_5, 0]; audio_out_1 = [right_col, row_1, 0]; triangle_out = [third_col, fourth_row, 0]; pwm_in = [first_col, third_row, 0]; //Fourth row interface placement sync_in = [first_col, third_row, 0]; //Fourth row interface placement f_tune = [h_margin+working_width/8, row_4, 0]; left_rib_x = thickness + 6 + tolerance; rail_depth = 27.4 + tolerance; // rib + half a jack col_right = width_mm - h_margin; input_column = h_margin; col_middle = col_left + (15.6 + 1.5 + 7 + 8); // pot + led + switch? Col_right = width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - thickness*2; left_rib_x = 0; // 0 = A cylindrical knob, any other entity. Each new version of such Source Code.

New Pull Request