diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2025-07-20 07:07:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-20 07:07:42 +0200 |
| commit | 2a3963cb852e150d3d71da5d7ca02f0240e0bc5a (patch) | |
| tree | 5fe5cab0a86217b3b5ba2dfd28c7fb0e3ebce76f /templates | |
| parent | c0584c1c005e1a14227eee1eee1eedd769925d12 (diff) | |
Claudine/more help to add lock stitches in fonts (#3875)
* allow locks on last element of each group
* a layer is not a group
* Update lettering_force_lock_stitches.py
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/lettering_force_lock_stitches.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/lettering_force_lock_stitches.xml b/templates/lettering_force_lock_stitches.xml index 5fbb0d65..710532ff 100644 --- a/templates/lettering_force_lock_stitches.xml +++ b/templates/lettering_force_lock_stitches.xml @@ -18,6 +18,7 @@ <separator /> <spacer /> <param name="last_element" type="boolean" gui-text="Add forced lock stitches to the last element of each glyph">false</param> + <param name="last_group_element" type="boolean" gui-text="Add forced lock stitches to the last element of each group">false</param> </page> <page name="info" gui-text="Help"> <label > |
