diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-01-07 08:53:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-07 08:53:01 +0100 |
| commit | 90e3d34f2a7019af09023b64c43a429dbb5b2d29 (patch) | |
| tree | 461679de673f44ab1a41a7252f00df699cc88136 /templates/jump_to_stroke.xml | |
| parent | e6438430d2a51b5d791dd99467c3b73f8407fbd4 (diff) | |
jump to stroke: add stitch length settings (#2003)
Diffstat (limited to 'templates/jump_to_stroke.xml')
| -rw-r--r-- | templates/jump_to_stroke.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/jump_to_stroke.xml b/templates/jump_to_stroke.xml index 9c563cda..e41e806a 100644 --- a/templates/jump_to_stroke.xml +++ b/templates/jump_to_stroke.xml @@ -11,6 +11,8 @@ </submenu> </effects-menu> </effect> + <param name="stitch-length" type="float" gui-text="Running stitch length (mm)">2.5</param> + <param name="tolerance" type="float" gui-text="Running stitch tolerance (mm)">2.0</param> <script> {{ command_tag | safe }} </script> |
