diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-02-21 22:48:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 22:48:33 +0100 |
| commit | e87fe0cce7993488a661b48a62b96a3f399def1c (patch) | |
| tree | b4e209c6a38b48fbc7a480c241e8077a3c31c355 /templates/select_elements.xml | |
| parent | 9b3950137db88715ac55d1e9bebc9aea2db4e83e (diff) | |
Detect satins with two rungs (#2734)
1. select elements
2. troubleshoot
Diffstat (limited to 'templates/select_elements.xml')
| -rw-r--r-- | templates/select_elements.xml | 11 |
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"> |
