mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 10:14:41 +02:00
rename
This commit is contained in:
@@ -12,9 +12,9 @@ $fn = 24;
|
|||||||
|
|
||||||
model = "ALL"; // [ALL, PLATE, SPIRAL]
|
model = "ALL"; // [ALL, PLATE, SPIRAL]
|
||||||
|
|
||||||
golden_spiral_jigsaw();
|
golden_spiral_jigsaw_puzzle();
|
||||||
|
|
||||||
module golden_spiral_jigsaw() {
|
module golden_spiral_jigsaw_puzzle() {
|
||||||
offset_rr = offset_r / 40;
|
offset_rr = offset_r / 40;
|
||||||
a_step = 360 / spirals;
|
a_step = 360 / spirals;
|
||||||
start = 360 / spirals * start_n;
|
start = 360 / spirals * start_n;
|
Reference in New Issue
Block a user