diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-04-13 16:44:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-13 16:44:22 +0200 |
| commit | 3ef31628cb52532d6233fa693b5c6867935f3502 (patch) | |
| tree | 832ed2a1e729057d28a4291f44f70d07c1f90b49 /templates/select_elements.xml | |
| parent | c7819c4971ba7ad0974ab385aaa56dcfe53466ee (diff) | |
Select embroidery elements: autorun underpath selection (#2187)
Diffstat (limited to 'templates/select_elements.xml')
| -rw-r--r-- | templates/select_elements.xml | 10 |
1 files changed, 9 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> |
