1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-02 19:22:48 +02:00
This commit is contained in:
Justin Lin
2021-12-11 09:36:04 +08:00
parent 2e12d6b79a
commit 496a151005

View File

@@ -108,7 +108,7 @@ module tail() {
} }
} }
module spiral_dragon2() { module mountain_dragon() {
path_pts = helix( path_pts = helix(
radius = [r1, r2], radius = [r1, r2],
levels = levels, levels = levels,
@@ -202,7 +202,7 @@ module mountain() {
rotate(180) { rotate(180) {
translate([0, 0, 7]) translate([0, 0, 7])
spiral_dragon2($fn = 12); mountain_dragon($fn = 12);
rotate(57) rotate(57)
mountain(); mountain();
} }