diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-03-11 13:55:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-11 13:55:00 +0100 |
| commit | 3121bbaedf7e76d92a029fad067828014f9f5fde (patch) | |
| tree | cee31f3e30bba5665ef04ccd13a0222ccede4650 /templates/lettering_force_lock_stitches.xml | |
| parent | ea4d48119ab1b20dd35b022004212ffd1ae46d8e (diff) | |
add satins only option to force lock stitch extension (#2773)
Diffstat (limited to 'templates/lettering_force_lock_stitches.xml')
| -rw-r--r-- | templates/lettering_force_lock_stitches.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/lettering_force_lock_stitches.xml b/templates/lettering_force_lock_stitches.xml index 7c3a3f33..a0273d99 100644 --- a/templates/lettering_force_lock_stitches.xml +++ b/templates/lettering_force_lock_stitches.xml @@ -20,8 +20,12 @@ <label indent="1"> This extension has been build to help font authors to define "force lock stitches"-attributes automatically if they are placed in a predefined distance to the next object. </label> - <param indent="1" name="min_distance" type="float" gui-text="Minimum distance (mm)" min="0" max="3">1</param> - <param indent="1" name="max_distance" type="float" gui-text="Maximum distance (mm)" min="1" max="10">3</param> + <spacer /> + <separator /> + <spacer /> + <param indent="1" name="satin_only" type="boolean" gui-text="Restrict to Satin">false</param> + <param indent="1" name="min_distance" type="float" gui-text="Minimum distance (mm)" min="0" max="20">1</param> + <param indent="1" name="max_distance" type="float" gui-text="Maximum distance (mm)" min="1" max="20">3</param> <separator /> <param indent="1" name="last_element" type="boolean" gui-text="Add force lock stitches attribute to the last element of each glyph">false</param> <script> |
