diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/select_elements.xml | 10 | ||||
| -rw-r--r-- | templates/stroke_to_lpe_satin.xml | 2 | ||||
| -rw-r--r-- | templates/troubleshoot.xml | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/templates/select_elements.xml b/templates/select_elements.xml index fee1f467..a4ed148a 100644 --- a/templates/select_elements.xml +++ b/templates/select_elements.xml @@ -8,7 +8,15 @@ <page name="stitch-type" gui-text="Select options"> <label appearance="header">Select Stitch Type</label> <label>Stroke type</label> + <hbox> <param indent="1" name="select-running-stitch" type="boolean" gui-text="Running Stitch">false</param> + <param indent="1" name="running-stitch-condition" type="optiongroup" appearance="combo" gui-text="Select" + gui-description="Only select specific running stitches"> + <option value="all">All</option> + <option value="autorun-top">Auto-Run Top Stitching</option> + <option value="autorun-underpath">Auto-Run Underpath</option> + </param> + </hbox> <param indent="1" name="select-ripples" type="boolean" gui-text="Ripples">false</param> <param indent="1" name="select-zigzag" type="boolean" gui-text="ZigZag Stitch">false</param> <param indent="1" name="select-manual" type="boolean" gui-text="Manual Stitch">false</param> @@ -53,7 +61,7 @@ <label>If this isn't working for you, you may need to insert your path to a python executable manualy.</label> <spacer /> <label>* Windows: Open the "Command Prompt" and type "where python". Copy the path and paste it here.</label> - <label>* Linux: Open the command line and type "which python". Copy the path and paste it here.</label> + <label>* Linux: Open the command line and type "which python3". Copy the path and paste it here.</label> <label>* macOS: doesn't work, sorry</label> <param name="python-path" type="string" gui-text="Python Path"></param> </page> diff --git a/templates/stroke_to_lpe_satin.xml b/templates/stroke_to_lpe_satin.xml index 6e493d08..e0c480a7 100644 --- a/templates/stroke_to_lpe_satin.xml +++ b/templates/stroke_to_lpe_satin.xml @@ -20,6 +20,8 @@ <param name="length" type="float" precision="1" min="0.1" max="100" gui-text="Pattern Length (mm)">15</param> <param name="stretched" type="boolean" gui-text="Stretched">false</param> <param name="rungs" type="boolean" gui-text="Add rungs">true</param> + <param name="path-specific" type="boolean" gui-text="Path specific" + description="When disabled, changes on the path effect will apply to all elements with the same path effect.">true</param> </page> <page name="info" gui-text="Help"> <label appearance="header">This extension converts a stroke into a satin column using the path effect "pattern along path".</label> diff --git a/templates/troubleshoot.xml b/templates/troubleshoot.xml index 81d0472a..e2d05cbd 100644 --- a/templates/troubleshoot.xml +++ b/templates/troubleshoot.xml @@ -3,6 +3,8 @@ <name>Troubleshoot Objects</name> <id>org.inkstitch.troubleshoot</id> <param name="extension" type="string" gui-hidden="true">troubleshoot</param> + <param name="pointer-size" type="float" gui-text="Pointer size (mm)" min="1" max="800" precision="2">5</param> + <param name="font-size" type="float" gui-text="Font size (mm)" min="1" max="800" precision="2">2</param> <effect> <object-type>all</object-type> <effects-menu> |
