diff options
Diffstat (limited to 'templates/lettering_force_lock_stitches.xml')
| -rw-r--r-- | templates/lettering_force_lock_stitches.xml | 44 |
1 files changed, 27 insertions, 17 deletions
diff --git a/templates/lettering_force_lock_stitches.xml b/templates/lettering_force_lock_stitches.xml index a0273d99..9922fb5f 100644 --- a/templates/lettering_force_lock_stitches.xml +++ b/templates/lettering_force_lock_stitches.xml @@ -3,6 +3,32 @@ <name>Force lock stitches</name> <id>org.{{ id_inkstitch }}.force_lock_stitches</id> <param name="extension" type="string" gui-hidden="true">lettering_force_lock_stitches</param> + + <param name="notebook" type="notebook"> + <page name="options" gui-text="Options"> + <param name="satin_only" type="boolean" gui-text="Restrict to Satin">false</param> + <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> + <separator /> + <param name="last_element" type="boolean" gui-text="Add force lock stitches attribute to the last element of each glyph">false</param> + </page> + <page name="info" gui-text="Help"> + <label > + Small fonts will sometimes unravel if threads are cut after the embroidery machine has finished the work. + Therefore it is important that also diacritics with a smaller distance to the font body than defined by the collapse length value (default: 3mm) have lock stitches. + This can be achieved by adding a forced lock stitch attribute to them. + </label> + <separator /> + <label> + 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> + <spacer /> + <label>More information on our website</label> + <label appearance="url">https://inkstitch.org/docs/font-tools/#force-lock-stitches</label> + </page> + </param> + <effect needs-live-preview="false"> <object-type>all</object-type> <effects-menu> @@ -11,23 +37,7 @@ </submenu> </effects-menu> </effect> - <label indent="1" > - Small fonts will sometimes unravel if threads are cut after the embroidery machine has finished the work. - Therefore it is important that also diacritics with a smaller distance to the font body than defined by the collapse length value (default: 3mm) have lock stitches. - This can be achieved by adding a forced lock stitch attribute to them. - </label> - <separator /> - <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> - <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> {{ command_tag | safe }} </script> |
