summaryrefslogtreecommitdiff
path: root/mech/pcb_case/bolt.scad
diff options
context:
space:
mode:
Diffstat (limited to 'mech/pcb_case/bolt.scad')
-rw-r--r--mech/pcb_case/bolt.scad2
1 files changed, 0 insertions, 2 deletions
diff --git a/mech/pcb_case/bolt.scad b/mech/pcb_case/bolt.scad
index 0a2f8a0..4fbd349 100644
--- a/mech/pcb_case/bolt.scad
+++ b/mech/pcb_case/bolt.scad
@@ -4,5 +4,3 @@ bolt_r = bolt_d / 2;
module bolt() {
cylinder(d=bolt_d,h=5); // TODO height is not considered at the moment
}
-
-bolt();