Fix bottom edge overhang

This commit is contained in:
Ian Gulliver
2024-07-14 14:35:57 -07:00
parent d723d79923
commit 6fa2f92b94

View File

@@ -68,7 +68,7 @@ module spool_cage() {
// Bottom edge
translate([0, 0, 2.5])
torus(r_major=102.5, r_minor=2.5, $fn=500);
torus(r_major=103.5, r_minor=2.5, xs=0.6, $fn=500);
// Top edge
translate([0, 0, 100.5])