summaryrefslogtreecommitdiff
path: root/embroider.inx
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-02-27 19:43:15 -0500
committerGitHub <noreply@github.com>2018-02-27 19:43:15 -0500
commit88b4ff3e669fad0132b928a0c020e351440f47fb (patch)
tree12ea01a2cda7f33ff078b6667664a972f38d6316 /embroider.inx
parente55b8d79f9ad21077184407f26401c2b6d046931 (diff)
Tie-in and tie-off (#100)
* turn inkstitch.py into a module * add running stitch library function * tie-in and tie-off * remove temporary testing code
Diffstat (limited to 'embroider.inx')
-rw-r--r--embroider.inx2
1 files changed, 1 insertions, 1 deletions
diff --git a/embroider.inx b/embroider.inx
index a139ad78..74217b73 100644
--- a/embroider.inx
+++ b/embroider.inx
@@ -4,7 +4,7 @@
<id>jonh.embroider</id>
<dependency type="executable" location="extensions">embroider.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="collapse_len_mm" type="float" min="0.0" max="10.0" _gui-text="Maximum collapse length (mm)">0.0</param>
+ <param name="collapse_len_mm" type="float" min="0.0" max="10.0" _gui-text="Collapse length (mm)"> _gui-description="Jump stitches smaller than this will be treated as normal stitches.">3.0</param>
<param name="hide_layers" type="boolean" _gui-text="Hide other layers" description="Hide all other top-level layers when the embroidery layer is generated, in order to make stitching discernable.">true</param>
<param name="output_format" type="optiongroup" _gui-text="Output file format" appearance="minimal">
<_option value="csv">Comma Separated Values Format(.CSV)</_option>