diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/auto_satin.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/templates/auto_satin.xml b/templates/auto_satin.xml index f8bb6952..fda72e21 100644 --- a/templates/auto_satin.xml +++ b/templates/auto_satin.xml @@ -5,9 +5,13 @@ <param name="notebook" type="notebook"> <page name="options" gui-text="Options"> - <param name="trim" type="boolean" gui-text="Trim jump stitches">true</param> - <param name="preserve_order" type="boolean" gui-text="Preserve order of satin columns">false</param> - <param name="extension" type="string" gui-hidden="true">auto_satin</param> + <param name="trim" type="boolean" gui-text="Trim jump stitches">true</param> + <param name="preserve_order" type="boolean" gui-text="Preserve order of satin columns">false</param> + <param name="extension" type="string" gui-hidden="true">auto_satin</param> + <spacer /> + <separator /> + <spacer /> + <param name="keep_originals" type="boolean" gui-text="Keep original paths">false</param> </page> <page name="info" gui-text="Help"> <label>This extension tries to create a single stitch path through all selected satin columns.</label> |
