summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-02-21 22:48:33 +0100
committerGitHub <noreply@github.com>2024-02-21 22:48:33 +0100
commite87fe0cce7993488a661b48a62b96a3f399def1c (patch)
treeb4e209c6a38b48fbc7a480c241e8077a3c31c355 /templates
parent9b3950137db88715ac55d1e9bebc9aea2db4e83e (diff)
Detect satins with two rungs (#2734)
1. select elements 2. troubleshoot
Diffstat (limited to 'templates')
-rw-r--r--templates/select_elements.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/select_elements.xml b/templates/select_elements.xml
index 764ec7d0..6ff4ef1e 100644
--- a/templates/select_elements.xml
+++ b/templates/select_elements.xml
@@ -29,6 +29,8 @@
<label>Satin</label>
<param indent="1" name="select-satin" type="boolean" gui-text="Satin Column">false</param>
<param indent="1" name="select-e" type="boolean" gui-text="E-Stitch">false</param>
+ <param indent="1" name="select-s" type="boolean" gui-text="S-Stitch">false</param>
+ <param indent="1" name="select-satin-zigzag" type="boolean" gui-text="Zig-Zag">false</param>
<param indent="1" name="satin-underlay" type="optiongroup" appearance="combo" gui-text="Underlay"
gui-description="Only select satins with this underlay type">
<option value="all">No restriction</option>
@@ -37,6 +39,12 @@
<option value="contour">Contour</option>
<option value="zigzag">Zigzag</option>
</param>
+ <param indent="1" name="rung-count" type="optiongroup" appearance="combo" gui-text="Rung count"
+ gui-description="Only select satins with this rung count">
+ <option value="all">No restriction</option>
+ <option value="zero">No Rungs</optiagon>
+ <option value="two">Two Rungs</option>
+ </param>
</vbox>
<spacer />
<separator />
@@ -44,10 +52,11 @@
<vbox>
<label>Fill</label>
<param indent="1" name="select-auto-fill" type="boolean" gui-text="Fill">false</param>
+ <param indent="1" name="select-circular-fill" type="boolean" gui-text="Circular Fill">false</param>
<param indent="1" name="select-contour-fill" type="boolean" gui-text="Contour Fill">false</param>
<param indent="1" name="select-guided-fill" type="boolean" gui-text="Guided Fill">false</param>
+ <param indent="1" name="select-linear-gradient-fill" type="boolean" gui-text="Linear Gradient Fill">false</param>
<param indent="1" name="select-meander-fill" type="boolean" gui-text="Meander Fill">false</param>
- <param indent="1" name="select-circular-fill" type="boolean" gui-text="Circular Fill">false</param>
<param indent="1" name="select-legacy-fill" type="boolean" gui-text="Legacy Fill">false</param>
<param indent="1" name="fill-underlay" type="optiongroup" appearance="combo" gui-text="Underlay"
gui-description="Only select fills with this underlay">