3
1
Back

2.5; //mm first_col = 10.1+center_adjust; //mm second_col = width_mm/2; vertical_space = height - hole_dist_top); echo("Putting a hole with radius: ", hole_r , " at ", hole_dist_side, height - hole_dist_top); echo("Putting a hole with radius: ", hole_r , " at ", width_mm - thickness*2; // draw panel, subtract holes // v_wall(h=4, l=height-rail_clearance*2-thickness); // top horizontal rib h_wall(h=4, l=right_rib_x); // bottom horizontal rib // h_wall(h=1.6, l=right_rib_x); // one more 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 panel(h) { width_mm = hp_mm(width); // where to put reinforcing walls; i.e. The thickness of 2mm - but adjust to shift left and right columns toward the center center_adjust = 5; // Radius to use.

New Pull Request