diff --git a/examples/rose.scad b/examples/rose.scad index ceae9e09..b2bc8250 100644 --- a/examples/rose.scad +++ b/examples/rose.scad @@ -53,5 +53,5 @@ module rose() { ) ]; - sweep(sections); + sweep(reverse(sections)); } \ No newline at end of file