Press the Green Flag, then use the sliders as needed. Press Space to Erase. Share cool patterns in the Comments -- Your pattern might become the thumbnail.
How it works: Note: I will show Radius 1 as R1 and Radius 2 as R2 here, as well as Petals as P. 1: First, I started with the formula for a circle. The formula for a parametric circle is (R1*cos(t),R1*sin(t)) 2: A spirograph is a wheel with a specified radius, moving in a circle and rotating along a specified radius from the origin. I applied this by adding a second part. The second part shows the distance from the point on the circle (R2), and the rate of rotation (P). The completed formula is (R1*cos(t)+R2*cos(P*t),R1*sin(t)+R2*sin(P*t)). In other formatting, here is the formula: \left(R_{1}\cos\left(t\right)+R_{2}\cos\left(Pt\right),R_{1}\sin\left(t\right)+R_{2}\sin\left(Pt\right)\right)