1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-02 03:02:34 +02:00
This commit is contained in:
Justin Lin
2019-10-03 17:55:29 +08:00
parent 3577813f62
commit 0aa52ae97f
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ module petals(fibseq, i = 0) {
module lotus_like_flower(spirals, petals_per_spiral) {
step_angle = 360 / spirals;
fibseq = fibonacci_sequence(1, petals_per_spiral + 1);
fibseq = fibseq(1, petals_per_spiral + 1);
for(i = [0:spirals - 1]) {
rotate(i * step_angle)