3
1
Back

Through the board, connecting a trace on one side //calculated x value of exact middle of slider panel (between steps 5 and 6); middle of panel after deducting left/right sub-panels slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; out_row_2 = working_increment*1 + out_row_1; out_row_4 = out_working_increment*3 + out_row_1; out_row_5 = out_working_increment*4 + out_row_1; //special-case the top knobs top_row = height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff.

New Pull Request