diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-03-10 08:21:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 08:21:18 +0100 |
| commit | 51952d1f2a7cf5829ab2a6b6d4556dca3af14239 (patch) | |
| tree | 62dfe36dc6190a792e27d7e2259db639a891a296 /templates/lettering_force_lock_stitches.xml | |
| parent | fb35ec4d4a170d0526c45d4ca5c5e03691d5ffc5 (diff) | |
Rewrite force lock stitch extension (#3559)
* rewrite force lock stitch extension
* do not add forced lock stitch before color change
Diffstat (limited to 'templates/lettering_force_lock_stitches.xml')
| -rw-r--r-- | templates/lettering_force_lock_stitches.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/templates/lettering_force_lock_stitches.xml b/templates/lettering_force_lock_stitches.xml index 6ab4b804..5fbb0d65 100644 --- a/templates/lettering_force_lock_stitches.xml +++ b/templates/lettering_force_lock_stitches.xml @@ -7,11 +7,17 @@ <param name="notebook" type="notebook"> <page name="options" gui-text="Options"> <param name="satin_only" type="boolean" gui-text="Restrict to Satin">false</param> + <spacer /> <separator /> - <param name="min_distance" type="float" gui-text="Minimum distance (mm)" min="0" max="20">1</param> - <param name="max_distance" type="float" gui-text="Maximum distance (mm)" min="1" max="20">3</param> + <spacer /> + <param name="distance" type="boolean" gui-text="Add forced lock stitches by distance" + gui-description="Add lock stitches when the following jump stitch is in the specified size range">false</param> + <param name="min_distance" type="float" gui-text="Minimum distance (mm)" min="0" max="50">1</param> + <param name="max_distance" type="float" gui-text="Maximum distance (mm)" min="0.1" max="500">3</param> + <spacer /> <separator /> - <param name="last_element" type="boolean" gui-text="Add force lock stitches attribute to the last element of each glyph">false</param> + <spacer /> + <param name="last_element" type="boolean" gui-text="Add forced lock stitches to the last element of each glyph">false</param> </page> <page name="info" gui-text="Help"> <label > |
