3
1
Back

30; working_width = width_mm - h_margin; cv_in = [h_margin, row_1, 0]; square_out = [output_column, row_2, 0]; cv_2b_atten = [right_col, row_5, 0]; audio_out_1 = [right_col, row_7, 0]; manual_1 = [left_col, row_5, 0]; audio_out_1 = [right_col, row_1, 0]; fm_in = [input_column - h_margin/2, bottom_row, 0]; c_tune = [second_col, third_row, 0]; fm_lvl = [h_margin+working_width/8, row_3, 0]; right_rib_x = width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - 10 - center_adjust; center_col = width_mm/2; vertical_space = height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns.

New Pull Request