3
1
Back

(page 4) if we want to dig into the space of 5 out_working_increment = working_increment * 4 / 5; out_row_2 = out_working_increment*1 + out_row_1; out_row_3 = out_working_increment*2 + out_row_1; out_row_5 = working_increment*4 + out_row_1; out_row_7 = working_increment*6 + out_row_1; out_row_5 = working_increment*4 + row_1; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1; //right_rib_x = width_mm - h_margin; input_column = h_margin; bottom_row = v_margin + 12; row_2 = row_1 + vertical_space/7; row_4 = row_3 + vertical_space/7; row_7 = row_6 + vertical_space/7; cv_in_1a = [left_col, row_1, 0]; fm_pot = [input_column - h_margin/2, row_1, 0]; audio_out_2 = [right_col, row_5, 0]; cv_in_2a = [left_col, row_1, 0]; saw_out = [output_column, row_2, 0]; audio_in_2 = [left_col, row_3, 0]; manual_2 = [left_col, row_3, 0]; cv_in_2b = [right_col, row_3, 0]; pwm_duty = [second_col, fifth_row, 0]; //left_rib_x = thickness * 2; right_rib_x = width_mm - col_right; // column from edge plus hole radius //calculated x value of exact middle of slider panel (between steps 5 and 6 .

New Pull Request