3
1
Back

Module panel(h) { width_mm = hp_mm(width); // where to put the output from the top (mm h_margin = thickness*2; v_margin = hole_dist_top*5; output_column = width_mm - right_rib_thickness; // projection: make a 2d version v_wall(h=4, l=height-rail_clearance*2, th=right_rib_thickness); //outline of whole PCB cube([137.5, 97, 1], center=true); 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.

New Pull Request