Programmable Embroidery
The code works to generate stitches that, overall, form a design. Stitches are added based on a coordinate system.
This particular fractal is based on the Koch Snowflake which is comprised of small, medium and large versions of the same component.
- The code for each is generally the same, only the range they extend is different
After the code was written in Python, the generated JEF file was transferred to Hatch to visualize the stitching and check the design.