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/bolt.scad | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 mech/pcb_case/bolt.scad (limited to 'mech/pcb_case/bolt.scad') diff --git a/mech/pcb_case/bolt.scad b/mech/pcb_case/bolt.scad deleted file mode 100644 index 4c26c30..0000000 --- a/mech/pcb_case/bolt.scad +++ /dev/null @@ -1,13 +0,0 @@ -// bolt based on ISO 4762 (https://www.fasteners.eu/us/standards/ISO/4762) -bolt_k = 3; -bolt_l = 10; -bolt_dk = 5.5; -bolt_ds = 3; -bolt_ds_tol = 0.45; - -module bolt() { - union() { - cylinder(d=bolt_ds, h=bolt_l, $fn=30); - translate([0, 0, -bolt_ds]) cylinder(d=bolt_dk, h=bolt_ds, $fn=30); - } -} -- cgit v1.2.3-70-g09d2