mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-02 03:02:34 +02:00
rename
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
Reference in New Issue
Block a user