Inner column 24.9 -> 25mm, twist offset 31.5 -> 30deg, larger bumps

This commit is contained in:
Ian Gulliver
2024-07-09 08:11:22 -07:00
parent 59218eb2c9
commit 1d3eb8c0b0
3 changed files with 15 additions and 15 deletions

View File

@@ -8,12 +8,12 @@ module extension_twist(h) {
// Top spoolmount twist
translate([0, 0, h])
rotate([180, 0, 0])
rotate([180, 0, 30])
spoolmount_twist();
// Center cylinder
translate([0, 0, 5])
cylinder(h=h - 10, r=24.9, $fn=200);
cylinder(h=h - 10, r=25, $fn=200);
}
extension_twist(h=25);