3
1
Back

Hole_r , " at ", hole_dist_side, height - v_margin*2 - title_font_size; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin - title_font_size*1.5; saw_out = [output_column, bottom_row, 0]; pwm_pot = [input_column - h_margin/2, row_1, 0]; audio_out_2 = [right_col, row_5, 0]; cv_in_2a = [left_col, row_3, 0]; pwm_duty = [second_col, fourth_row, 0]; pwm_cv_lvl = [width_mm - h_margin - working_width/8, row_4, 0]; left_rib_x = hole_dist_side + thickness; right_rib_x = width_mm - thickness*2.2; left_rib_x = hole_dist_side + thickness; working_height = height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness + 9.5/2 + tolerance*2; //three knobs plus space for everything, lining things up more.

New Pull Request