3
1
Back

PanelInnerHeight = 110; //rail clearance = ~11.675mm, top and bottom boards. Final work on PCB sandwich, making some final-ish decisions about connecting to front panel Added schmancy pcb for v1 front panel design and includes 2.5mm centerward shift for input and output jacks working_height = height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff working_height = height / 2 + hole_diameter + hole_margin*2; cutout_width = board_width - (side_margin * 2); hole_horiz = (board_width - hole_hdist) / 2 + 3 + tolerance*8; right_panel_width = width_mm - h_margin; input_column = h_margin; col_right = width_mm - hole_dist_side - thickness; left_panel_width = 12*3.

New Pull Request