3
1
Back

Intersection } // draws two walls in parallel, close together so a PCB can fit between } module x4_7seg_14_22mm_display() { cube([50.5, 19.25, thickness]); } module mounting_hole_m3(h=thickness, flange=8, style="nut"){ cube([flange, flange, h], center=true); if (style == "nut"){ From 76dd29636a4f24671e78194743554d11ed4d24e9.

New Pull Request