diff options
| author | Stefan Siegl <stesie@brokenpipe.de> | 2015-01-02 23:48:33 +0100 |
|---|---|---|
| committer | Stefan Siegl <stesie@brokenpipe.de> | 2015-01-02 23:48:33 +0100 |
| commit | 160b08062c6366e7e1f4b1b4b2da94d59c8dab58 (patch) | |
| tree | e7f8b86c581e617f9cc9c35a36978600717f21b4 /embroider.inx | |
| parent | 1689309c6eabbbb112b2fa30c9e08a8ba322ae26 (diff) | |
Improve zigzag path around stroke + sep. spacing config
Don't use path nodes as stich points, just use the stroke as a
guide for the zigzag stich
Diffstat (limited to 'embroider.inx')
| -rw-r--r-- | embroider.inx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embroider.inx b/embroider.inx index 5afd2be1..1b5dedbc 100644 --- a/embroider.inx +++ b/embroider.inx @@ -4,6 +4,7 @@ <id>jonh.embroider</id> <dependency type="executable" location="extensions">embroider.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="zigzag_spacing_mm" type="float" min="0.01" max="5.00" _gui-text="Zigzag spacing (mm)">1.00</param> <param name="row_spacing_mm" type="float" min="0.01" max="5.00" _gui-text="Row spacing (mm)">0.40</param> <param name="max_stitch_len_mm" type="float" min="0.1" max="10.0" _gui-text="Maximum stitch length (mm)">3.0</param> <param name="collapse_len_mm" type="float" min="0.0" max="10.0" _gui-text="Maximum collapse length (mm)">0.0</param> |
