3
1
Back

Files in aac0a4a5b4 Notes from debugging More notes move bugs to md file to be fixed by increasing the gain on the larger board underneath the smaller board. // margins from edges h_margin = thickness*2; v_margin = hole_dist_top*2 + thickness; v_margin = hole_dist_top*2; left_rib_x = hole_dist_side + thickness; width_mm = hp_mm(width); // where to put the output jacks working_height = height - v_margin - title_font_size*2; saw_out = [output_column, row_2, 0]; pwm_in = [input_column - h_margin/2, bottom_row, 0]; cv_in = [input_column, bottom_row, 0]; c_tune = [width_mm/2 - h_margin, top_row, 0]; f_tune = [width_mm/2 + h_margin, top_row, 0]; f_tune = [width_mm/2 + h_margin, top_row, 0]; left_rib_x = thickness * 1.2; right_rib_x .

New Pull Request