From 2924efe39f8550e3a4ceee3372edd1ccea03b21a Mon Sep 17 00:00:00 2001 From: mattmcw Date: Tue, 28 Jun 2022 08:34:29 -0400 Subject: [PATCH] Reduce the size of the void for the screw in the cap. --- scad/capper.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scad/capper.scad b/scad/capper.scad index 931a54f..232db7a 100644 --- a/scad/capper.scad +++ b/scad/capper.scad @@ -123,7 +123,7 @@ module Cap () { } translate([0, 0, -4]) cylinder(r1=R(5.85), r2=R(5.5), h=4.01,center=true, $fn=20); cylinder(r=R(2.5), h=10,center=true); - translate([0, 0, 2.5]) cylinder(r=R(7.5), h=5,center=true); + translate([0, 0, 2.5]) cylinder(r=R(6.5), h=5,center=true); } //removed, unneeded @@ -219,7 +219,7 @@ module Debug () { //translate([1.5, -38 + 2 -10, -11.8 + 11 + 2 +.75]) rotate([90, 0, 0])OptoEndstop(); } -Render="Debug"; +Render="Cap"; if (Render=="Debug") { Debug(); @@ -228,7 +228,7 @@ if (Render=="Debug") { } else if (Render=="MountFront") { MountFront(); } else if (Render=="MountBack") { - MountBack(); + rotate([180, 0, 0]) MountBack(); } else if (Render=="RailMount") { RailMount(); } else if (Render=="OptoEndstopMount") {