mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-22 22:35:18 +02:00
format
This commit is contained in:
@@ -78,13 +78,15 @@ module klein_bottle(radius1, radius2, bottom_height, thickness, t_step, fn) {
|
|||||||
union() {
|
union() {
|
||||||
bottom();
|
bottom();
|
||||||
|
|
||||||
rotate(-90) path_extrude(
|
rotate(-90)
|
||||||
|
path_extrude(
|
||||||
circle_path(radius1 + half_thickness),
|
circle_path(radius1 + half_thickness),
|
||||||
tube_path
|
tube_path
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
rotate(-90) path_extrude(
|
rotate(-90)
|
||||||
|
path_extrude(
|
||||||
circle_path(radius1 - half_thickness),
|
circle_path(radius1 - half_thickness),
|
||||||
tube_path2
|
tube_path2
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user