summaryrefslogtreecommitdiff
path: root/embroider.inx
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2014-12-29 13:54:14 +0100
committerStefan Siegl <stesie@brokenpipe.de>2014-12-29 13:54:14 +0100
commite80f5f4003b9fa6dca8230fd60d0f52584ecf1b2 (patch)
tree91472b45d35e4198322194efcb9a7f920003c200 /embroider.inx
parentb9d08f87ce4fa504cedef732f26971335b058474 (diff)
Allow to hatch filled paths
Diffstat (limited to 'embroider.inx')
-rw-r--r--embroider.inx1
1 files changed, 1 insertions, 0 deletions
diff --git a/embroider.inx b/embroider.inx
index 15bc2484..da9a5d0e 100644
--- a/embroider.inx
+++ b/embroider.inx
@@ -7,6 +7,7 @@
<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="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>
+ <param name="hatch_filled_paths" type="boolean" _gui-text="Hatch filled paths" description="If false, filled paths are filled using equally-spaced lines. If true, filled paths are filled using hatching lines.">false</param>
<param name="output_format" type="optiongroup" _gui-text="Output file format" appearance="minimal">
<_option value="melco">Melco</_option>
<_option value="csv">Embroidermodder 2 CSV</_option>