@@ -34,7 +34,7 @@ For example, ungrouping the Waterbomb tesselation, you get three distinct groups
3434- the valley creases
3535- the edges
3636
37- These groups can also be divided into smaller groups:
37+ These groups can usually also be divided into smaller groups:
3838
3939```
4040waterbomb
@@ -60,16 +60,16 @@ waterbomb
6060 ├── line N_a
6161 └── line N_b
6262```
63-
64- ## Patterns implemented until now :
63+ ## Features:
64+ ### Patterns implemented:
6565- Simple Masu Box
6666- Waterbomb tesselation (and Magic Ball)
6767- Hypar (hyperbolic paraboloid approximate)
6868- Circular pleat (with special simulation mode)
6969- Kresling tower (using parameters as defined in: [ https://doi.org/10.1115/SMASIS2016-9071 ] ( https://doi.org/10.1115/SMASIS2016-9071 ) )
7070- Bendy Straw (as published in: [ https://doi.org/10.1115/1.4052222 ] ( https://doi.org/10.1115/1.4052222 ) )
7171
72- ## Patterns planned to be implemented
72+ ### Patterns planned to be implemented:
7373- Miura Ori tesselation.
7474
7575### Cylindrical Class: Subclass of Pattern for automatic generation of slots for rigid support
@@ -81,11 +81,11 @@ waterbomb
8181An OpenSCAD implementation of a belt that can be used with the support is found in: ` Origami_Patterns/Support_Ring_Belt/ ` .
8282
8383
84- ## For creation of new patterns:
84+ ## To create new patterns:
8585- See ` origa_template.inx ` and ` OrigamiPatterns/Template.py ` for an example!
8686- See ` origa_cylindrical_template.inx ` and ` OrigamiPatterns/Cylindrical_Template.py ` for an example on cylindrical patterns!
8787
88- ## Deprecation and compatibility issues:
88+ ## Compatibility issues:
8989This extension is no longer compatible for Inkscape versions below ` 1.0 ` .
9090
9191## Simulation:
0 commit comments