3
1
Back

Version

main VCA/Panels/dual_vca.scad 393 lines $fn=FN; footprint_depth = .25; //non-printing, barely-visible outline of component footprints width = 36; // [1:1:84] working_increment = working_height / 7; // generally-useful spacing amount for vertical columns of stuff right_rib_thickness = 2; panelHp=6; holeCount=4; holeWidth = 5.08; // 5.08, must explicitly account for squishing // middle-bottom h rib h_wall(h=1.6, l=right_rib_x); // middle-bottom h rib pcb_holder(h=10, l=top_row-rail_clearance*2-15-thickness, th=1.15, wall_thickness=1.

New Pull Request