3
1
Back

Echo("Left panel:", left_panel_width, " with spacing ", left_panel_spacing); right_panel_width = width_mm - thickness*2; // draw panel, subtract holes // v_wall(h=4, l=height-rail_clearance*2-thickness); // top horizontal rib // h_wall(h=1.6, l=right_rib_x); // middle-bottom h rib h_wall(h=1.6, l=right_rib_x); // middle-bottom h rib // one more vertical to mount a circuit board to, dead center wall(h=6, w=height-hole_dist_top*3-4); // color([1,0,0] // surface("FireballSpellSmall.png", center=true, invert=false); } module eurorackMountHoles(php, holes, hw) { holes = holes-holes%2;//mountHoles ought to be +1mm between legs.

New Pull Request