Problem solving: Modularity Example 2
Problem: Create a shape you want to laser cut.
- Divide it into small tasks
- Select an image you want to laser cut. The image must be the repetition of other shapes.
- Think about what shapes repeat in the image.
- Create a Block for one of the shapes.
- Create a Flow for repeating that shape until you create the image you want.
- Solve each task.
- Combine the solutions.