Reduce the size of the void for the screw in the cap.

This commit is contained in:
Matt McWilliams 2022-06-28 08:34:29 -04:00
parent e275539fb0
commit 2924efe39f
1 changed files with 3 additions and 3 deletions

View File

@ -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") {