3
1
Back

To module make_surface(filename, h) { for (a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]) linear_extrude(height=a/h, convexity=10) projection(cut = true width_mm = hp_mm(width); // where to put reinforcing walls; i.e. The thickness of the rail + a safety margin // margins from edges h_margin = hole_dist_side + thickness; width_mm = hp_mm(width); // where to put reinforcing walls; i.e. The thickness of the rail + a safety margin // margins from edges h_margin = hole_dist_side*4; v_margin = hole_dist_top*2 + thickness; col_left = h_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff // step (manual) -- this means from the side module eurorackPanel(panelHp, jackHoles, holeCount, holeWidth); //eurorackPanel(60, 8,holeWidth); 3D Printing/Panels/plate_template.scad Executable.

New Pull Request