3
1
Back

From fdd5744d7827ea7bf3ef1dd3cdfaa880615e1567 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Add cascading input and output jacks working_height = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; bottom_row = v_margin + 12; title_font = 10; //knob_radius top_row = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1.2; right_rib_x = width_mm - h_margin; cv_in = [first_col, fourth_row, 0]; triangle_out = [third_col, fourth_row, 0]; pwm_cv_lvl = [second_col, fourth_row, 0]; pwm_cv_lvl = [second_col, first_row, 0]; c_tune = [width_mm/2 + h_margin, top_row, 0]; f_tune = [width_mm/2 - h_margin, top_row, 0]; f_tune = [h_margin+working_width/8, row_3, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_2, 0]; audio_in_2 = [left_col, row_7, 0]; manual_1 = [left_col, row_7, 0]; audio_out_1 = [right_col, row_7, 0]; manual_1 = [left_col, row_5, 0]; cv_in_2a = [left_col, row_7, 0]; manual_1 = [left_col, row_1, 0]; pwm_in = [first_col, fifth_row, 0]; //right_rib_x = width_mm - thickness*2; // draw panel, subtract holes // v_wall(h=4, l=height-rail_clearance*2-thickness); // top left [left_edge, 0], // drop to axis [left_edge, -extra_depth], // top to indicate direction? Pointer1 = 0; right_rib_x = width_mm - h_margin; working_height = height - v_margin*2 - title_font_size; working_increment = working_height / 5; row_1 = v_margin+12; row_2 = row_1 + v_margin + 12; //knob_radius top_row = height - 25; // build up seven rows; middle one unused row_7 = row_6 + vertical_space/7; row_4 = row_3 + vertical_space/7; cv_in_1a = [left_col, row_1, 0]; fm_in = [input_column - h_margin/2, bottom_row, 0]; cv_in = [first_col, fourth_row, 0]; //Fifth row interface placement triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; fm_pot = [input_column + h_margin/2, bottom_row, 0]; c_tune = [second_col, fifth_row, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_4, 0]; pwm_cv_lvl = [second_col, fourth_row, 0]; pwm_cv_lvl = [second_col, third_row, 0]; saw_out = [output_column, row_2, 0]; fm_lvl = [second_col, fifth_row, 0]; //right_rib_x = width_mm - h_margin; working_height = height - v_margin - title_font_size*2; working_width = width_mm .

New Pull Request