1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 17:54:18 +02:00
This commit is contained in:
Justin Lin
2022-06-06 11:51:23 +08:00
parent 5330981a19
commit fd666676d6

View File

@@ -12,9 +12,9 @@ $fn = 24;
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;
a_step = 360 / spirals;
start = 360 / spirals * start_n;