diff --git a/scad/motor.scad b/scad/motor.scad index 0caf0d8..f41b078 100644 --- a/scad/motor.scad +++ b/scad/motor.scad @@ -522,3 +522,8 @@ module bolex_stand () { } } +PART="rod"; + +if (PART == "rod") { + rod(); +} diff --git a/stl/motor_rod.stl b/stl/motor_rod.stl new file mode 100644 index 0000000..0bdb2b9 Binary files /dev/null and b/stl/motor_rod.stl differ