diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-17 08:26:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-17 08:26:43 +0200 |
| commit | 1e97ad32c02840488ea7141de7f3eeb7a9aaf92b (patch) | |
| tree | 40f10d5ce57d7e62aaf9bb8c9136d012dcf60757 /templates/stitch_plan_preview.xml | |
| parent | 705dabaa5670b9d5ec6c583e76d8441c6051334a (diff) | |
Stitch plan: options render jumps and ignore layer (#2911)
Diffstat (limited to 'templates/stitch_plan_preview.xml')
| -rw-r--r-- | templates/stitch_plan_preview.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/stitch_plan_preview.xml b/templates/stitch_plan_preview.xml index 228f33ee..2791e4e0 100644 --- a/templates/stitch_plan_preview.xml +++ b/templates/stitch_plan_preview.xml @@ -31,9 +31,11 @@ <param name="insensitive" type="boolean" gui-text="Lock" gui-description="Make stitch plan insensitive to mouse interactions">false</param> <param name="visual-commands" type="boolean" gui-text="Display command symbols">false</param> + <param name="render-jumps" type="boolean" gui-text="Render jump stitches">true</param> <spacer /> <separator /> <spacer /> + <param name="ignore-layer" type="boolean" gui-text="Add ignore layer command">true</param> <param name="overwrite" type="boolean" gui-text="Override last stitch plan">true</param> <spacer /> <script> |
