summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2022-06-22 15:22:34 +0200
committerGitHub <noreply@github.com>2022-06-22 15:22:34 +0200
commitb6bde000fe675ed725d7d5dbd7db3f44fb33af0e (patch)
tree2c856ac51c563b6c918ab3041ac29c5106e7a06d /templates
parent75fc4ce8695f6fb6c7cc108fcf458ad36bbd00c1 (diff)
Option to drop short stitches (#1693)
Diffstat (limited to 'templates')
-rw-r--r--templates/embroider_settings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/embroider_settings.xml b/templates/embroider_settings.xml
index 96339fcb..362aa7f9 100644
--- a/templates/embroider_settings.xml
+++ b/templates/embroider_settings.xml
@@ -15,6 +15,9 @@
<param name="collapse_len_mm" type="float" precision="1" min="0" max="10"
gui-text="Collapse length (mm)"
gui-description="Jump stitches smaller than this will be treated as normal stitches.">3</param>
+ <param name="min_stitch_len_mm" type="float" precision="1" min="0" max="10"
+ gui-text="Minimal stitch length (mm)"
+ gui-description="Drop stitches smaller than this value.">0.1</param>
<script>
{{ command_tag | safe }}
</script>