diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-12-14 16:49:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-14 16:49:42 +0100 |
| commit | 1f3f15efdeb569854f54fa4be22b35bb45ae1996 (patch) | |
| tree | 864fc4ee80116ea7e6ac6c8d8d45216ab3e0e807 /templates | |
| parent | 1abd3051325273f139508429821c5aad7ca39266 (diff) | |
auto satin: add option to keep original path elements (#3332)
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> |
