From 468f151044a52af2f829c473179163f5d68b9614 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 6 Jan 2025 19:54:16 +0100 Subject: mech: Remove directory It is planned to add a `pcb` folder with a custom PCB design. This design will be incompatible with the current case developed in `mech`. Thus the case has to be removed first. --- mech/pcb_case/pcb.scad | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 mech/pcb_case/pcb.scad (limited to 'mech/pcb_case/pcb.scad') diff --git a/mech/pcb_case/pcb.scad b/mech/pcb_case/pcb.scad deleted file mode 100644 index 7b24131..0000000 --- a/mech/pcb_case/pcb.scad +++ /dev/null @@ -1,14 +0,0 @@ -include -include - -module pcb(dim, drillings, margins, t) { - translate([2*t+margins[0][0], bolt_l+margins[1][0], t+margins[2][0]]) { - difference() { - cube([dim[0], dim[1], dim[2]]); - for (drilling = drillings) { - translate([drilling[0], drilling[1], 0]) - cylinder(d=3, h=dim[2], $fn=30); - } - } - } -} -- cgit v1.2.3-70-g09d2