diff options
| author | Stefan Siegl <stesie@brokenpipe.de> | 2014-12-29 22:38:22 +0100 |
|---|---|---|
| committer | Stefan Siegl <stesie@brokenpipe.de> | 2014-12-29 22:38:22 +0100 |
| commit | 35e5c09c99269615207242cf67409b8cc4c88d2a (patch) | |
| tree | 392a44f5a9469aff76d0a77836d0093af54deef4 /embroider.inx | |
| parent | 0c1cfae0b7858dce5a271a5c8e0eeefc81ba6fb4 (diff) | |
Allow to collapse (jump) stitches
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 da9a5d0e..90ba7827 100644 --- a/embroider.inx +++ b/embroider.inx @@ -6,6 +6,7 @@ <dependency type="executable" location="extensions">inkex.py</dependency> <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> <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"> |
