diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-07-07 23:19:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-07 23:19:32 +0200 |
| commit | f5939d6341f68d5fa94e1f78e02cf4fb1fad0de2 (patch) | |
| tree | 8e963b6d315a3ebbbe825261968f6f5df46b513d /templates/select_elements.xml | |
| parent | f8ecf8eaf99f2ced17a206ad0a2175d31faf9771 (diff) | |
Set redwork underpath style to dashed (#3053)
* set redwork underpath style to dashed
* unset dashes for top stitching paths
* update select elements template
Diffstat (limited to 'templates/select_elements.xml')
| -rw-r--r-- | templates/select_elements.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/select_elements.xml b/templates/select_elements.xml index 1f99391c..68ff78c5 100644 --- a/templates/select_elements.xml +++ b/templates/select_elements.xml @@ -14,9 +14,9 @@ <param indent="3" name="running-stitch-condition" type="optiongroup" appearance="combo" gui-text="Type" gui-description="Select only specific running stitches"> <option value="all">No restriction</option> - <option value="autorun-top">Auto-Run Top Stitching</option> - <option value="autorun-underpath">Auto-Run Underpath</option> - <option value="autosatin-underpath">Auto-Satin Underpath</option> + <option value="autorun-top">Top Stitching (Redwork/Auto-Run)</option> + <option value="autorun-underpath">Underpath (Redwork/Auto-Run)</option> + <option value="autosatin-underpath">Underpath (Auto-Satin)</option> </param> <param indent="3" name="bean-stitch-repeats" type="string" gui-text="Bean stitch repeats">0</param> <param indent="1" name="select-ripples" type="boolean" gui-text="Ripples">false</param> |
