summaryrefslogtreecommitdiff
path: root/mech/pcb_case/nut.scad
diff options
context:
space:
mode:
Diffstat (limited to 'mech/pcb_case/nut.scad')
-rw-r--r--mech/pcb_case/nut.scad7
1 files changed, 0 insertions, 7 deletions
diff --git a/mech/pcb_case/nut.scad b/mech/pcb_case/nut.scad
deleted file mode 100644
index 0768b6a..0000000
--- a/mech/pcb_case/nut.scad
+++ /dev/null
@@ -1,7 +0,0 @@
-nut_h = 3;
-nut_d = 4.15;
-nut_d_tol = 0.2;
-
-module nut() {
- cylinder(d=nut_d,h=nut_h);
-}