diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/embroider_settings.xml | 3 |
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> |
