3
1
Back

= working_increment*1 + out_row_1; out_row_3 = working_increment*2 + row_1; row_3 = row_2 + vertical_space/7; cv_in_1a = [left_col, row_2, 0]; pwm_in = [width_mm - h_margin - working_width/8, row_2, 0]; cv_2b_atten = [right_col, row_1, 0]; audio_out_2 = [right_col, row_2, 0]; cv_2b_atten = [right_col, row_1, 0]; triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; square_out = [output_column, row_1, 0]; fm_in = [input_column + h_margin/2, row_1, 0]; square_out = [third_col, fourth_row, 0]; //Fifth row interface placement f_tune = [width_mm/2 + h_margin, top_row, 0]; f_tune = [second_col, first_row, 0]; sync_in = [first_col, fourth_row, 0]; triangle_out = [third_col, fourth_row, 0]; triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; fm_pot = [input_column - h_margin/2, row_1, 0]; audio_out_2 = [right_col, row_2, 0]; square_out = [output_column, bottom_row, 0]; fm_in = [h_margin+working_width/8, row_3, 0]; c_tune = [width_mm/2, top_row, 0]; left_rib_x = thickness * 1; h_wall(h=4, l=right_rib_x); // bottom horizontal rib // h_wall(h=1.6, l=right_rib_x); // middle-bottom h rib h_wall(h=1.6, l=right_rib_x); // middle-bottom h rib pcb_holder(h=10, l=top_row-rail_clearance*2-15-thickness, th=1.15, wall_thickness=1); // Create a hole with radius: ", hole_r , " at ", width_mm - h_margin; input_column = h_margin; working_height = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1; right_rib_x = width_mm - hole_dist_side, height - 25; // build up seven rows; middle one unused row_2 = row_1 + v_margin + 12; row_2 = row_1 + v_margin + 12; row_1 = v_margin+12; Experimenting with more panel layout Initial stab at a 10-step panel layout ideas working_height = height - v_margin*2 - title_font_size; working_increment = working_height / 5; row_2 = working_increment*1 + out_row_1; out_row_4 = out_working_increment*3 + out_row_1; rotary_knob_row = top_row - 30; working_width = width_mm - h_margin; cv_in = [h_margin, row_1, 0]; audio_out_2 = [right_col, row_2, 0]; pwm_in = [width_mm - h_margin - working_width/8, row_4, 0]; pwm_cv_lvl = [second_col, first_row, 0]; c_tune = [width_mm/2 - h_margin, top_row, 0]; left_rib_x = thickness * 2; right_rib_x = width_mm - 10 - center_adjust; center_col = width_mm/2; vertical_space = height - v_margin - title_font_size*2; saw_out = [output_column, row_1.

New Pull Request