diff options
| author | Diego Jahn <jahndiego@mailbox.org> | 2018-07-31 12:01:49 +0200 |
|---|---|---|
| committer | Diego Jahn <jahndiego@mailbox.org> | 2018-07-31 12:01:49 +0200 |
| commit | a040a0159f2a2276c8a87effaad2cbfd9a7ca87a (patch) | |
| tree | c9b9ca55d1b29dbba1b8f1ef8108cc2fd937fa01 | |
| parent | 5a6b663b12bf049811373e330760195c3b0dd218 (diff) | |
Fix syntax error in <param name="collapse_len_mm">.
| -rw-r--r-- | inx/inkstitch_embroider.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inx/inkstitch_embroider.inx b/inx/inkstitch_embroider.inx index 56e038e0..73100140 100644 --- a/inx/inkstitch_embroider.inx +++ b/inx/inkstitch_embroider.inx @@ -4,7 +4,7 @@ <id>jonh.embroider</id> <dependency type="executable" location="extensions">inkstitch.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="Collapse length (mm)"> _gui-description="Jump stitches smaller than this will be treated as normal stitches.">3.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="dst">Tajima Embroidery Format (DST)</_option> |
