diff options
Diffstat (limited to 'templates/jump_to_stroke.xml')
| -rw-r--r-- | templates/jump_to_stroke.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/jump_to_stroke.xml b/templates/jump_to_stroke.xml index 8b375d7b..65342368 100644 --- a/templates/jump_to_stroke.xml +++ b/templates/jump_to_stroke.xml @@ -28,11 +28,12 @@ <param name="exclude-force-lock-stitch" indent="1" type="bool" gui-text="Force lock stitch">true</param> </page> <page name="output-settings" gui-text="Output settings"> - <param name="merge" type="bool" gui-text="Merge consecutive strokes">false</param> + <param name="merge" type="bool" gui-text="Merge consecutive strokes of same type">false</param> + <param name="merge_subpaths" type="bool" gui-text="Merge subpaths of stroke elements">false</param> <spacer /> <separator /> <spacer /> - <label>These settings only apply when merging is disabled</label> + <label>These settings only apply for unmerged connectors</label> <param name="stitch-length" type="float" indent="1" gui-text="Running stitch length (mm)">2.5</param> <param name="tolerance" type="float" indent="1" gui-text="Running stitch tolerance (mm)">2.0</param> </page> |
