1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-29 09:19:59 +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(
radius = [r1, r2],
levels = levels,
@@ -202,7 +202,7 @@ module mountain() {
rotate(180) {
translate([0, 0, 7])
spiral_dragon2($fn = 12);
mountain_dragon($fn = 12);
rotate(57)
mountain();
}