summaryrefslogtreecommitdiff
path: root/embroider.inx
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2015-01-03 03:00:24 +0100
committerStefan Siegl <stesie@brokenpipe.de>2015-01-03 03:00:24 +0100
commit58967a4681dfe68eed3e6c25e691b56c276417e4 (patch)
tree417bfd863ef105a66b7792cf32644df81dc4632a /embroider.inx
parent65d037d335f044738d5b1a0fcfa9aa6eebd3f4b4 (diff)
Increase precision of spacing params
Diffstat (limited to 'embroider.inx')
-rw-r--r--embroider.inx4
1 files changed, 2 insertions, 2 deletions
diff --git a/embroider.inx b/embroider.inx
index 1b5dedbc..8fc22131 100644
--- a/embroider.inx
+++ b/embroider.inx
@@ -4,8 +4,8 @@
<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="zigzag_spacing_mm" type="float" min="0.01" max="5.00" precision="2" _gui-text="Zigzag spacing (mm)">1.00</param>
+ <param name="row_spacing_mm" type="float" min="0.01" max="5.00" precision="2" _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>
<param name="preserve_order" type="boolean" _gui-text="Preserve stacking order" description="if false, sorts by color, which saves thread changes. True preserves stacking order, important if you're laying colors over each other.">false</param>