1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-21 14:04:53 +02:00
This commit is contained in:
Justin Lin
2020-01-23 10:32:11 +08:00
parent f18d5b69e1
commit de9515e1ac

View File

@@ -78,13 +78,15 @@ module klein_bottle(radius1, radius2, bottom_height, thickness, t_step, fn) {
union() {
bottom();
rotate(-90) path_extrude(
rotate(-90)
path_extrude(
circle_path(radius1 + half_thickness),
tube_path
);
}
rotate(-90) path_extrude(
rotate(-90)
path_extrude(
circle_path(radius1 - half_thickness),
tube_path2
);