From f333e4282cb6b5ff1c49d3ea68b0af7422a9548e Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 22 Dec 2023 22:08:57 +0100 Subject: mech: pcb_case: Separate bolt and nut to own files Having named files for these parts makes them more visible inside the project. They used to be in the `common.scad` file which does not explain anything by its name. --- mech/pcb_case/bolt.scad | 8 ++++++++ 1 file changed, 8 insertions(+) create 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 new file mode 100644 index 0000000..0a2f8a0 --- /dev/null +++ b/mech/pcb_case/bolt.scad @@ -0,0 +1,8 @@ +bolt_d = 3; +bolt_r = bolt_d / 2; + +module bolt() { + cylinder(d=bolt_d,h=5); // TODO height is not considered at the moment +} + +bolt(); -- cgit v1.2.3-70-g09d2