summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-03-07 17:57:51 +0100
committerGitHub <noreply@github.com>2024-03-07 17:57:51 +0100
commitd43f2e2ff91b1f9b0210399acd04a062f4795c9a (patch)
tree52973936482bf534000b65b45ea988afdc78d997 /templates
parent0573772b60de05b1ad6bd7000125b973a848dd8f (diff)
Jump to strokes connect subpaths (#2750)
Diffstat (limited to 'templates')
-rw-r--r--templates/jump_to_stroke.xml5
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>