cable slit
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Sat, 18 Jan 2025 22:52:01 +0000 (23:52 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Sat, 18 Jan 2025 22:52:01 +0000 (23:52 +0100)
openscad/cam_turret.scad

index 95bb9112f05411dd936d13814c1fcdb79c913140..c4cea78664955cc912bca1985057cb5aa0869691 100644 (file)
@@ -83,6 +83,9 @@ module baseplate(d, toler=0) {
                        }
                }
 
+               //Cable slit for surface mounting
+               translate([0,0,-d/2-9.99]) rotate([0,0,45]) rotate([0,90,0]) cylinder(d=5, h=d/2+14, $fn=5);
+
        }
 }
 
This page took 0.170142 seconds and 4 git commands to generate.