summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-01-05 12:46:06 +0100
committerGitHub <noreply@github.com>2025-01-05 12:46:06 +0100
commitbe66297da6aec234ef807b20609943f3c3252c2f (patch)
tree9f49c4e1bc104afe4bdf45eb5977fe43eecc81de /templates
parent23c2bf446aac5a2ac95e25719510252f6172f415 (diff)
Redwork: add combine option (#3407)
* add keep originals option
Diffstat (limited to 'templates')
-rw-r--r--templates/redwork.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/redwork.xml b/templates/redwork.xml
index 789bbd1f..4f71209c 100644
--- a/templates/redwork.xml
+++ b/templates/redwork.xml
@@ -15,10 +15,15 @@
<param name="redwork_running_stitch_length_mm" type="float" precision="2" min="0" max="500"
gui-text="Redwork stitch length (mm)"
gui-description="set redwork stitch length">2.5</param>
- <param name="redwork_bean_stitch_repeats" type="string" precision="0" min="0" max="500"
+ <param name="redwork_bean_stitch_repeats" type="string"
gui-text="Redwork bean stitch number of repeats"
gui-description="Redwork bean stitch number of repeats">0</param>
-
+ <spacer />
+ <separator />
+ <spacer />
+ <param name="combine" type="boolean" gui-text="Combine elements"
+ gui-description="Combine consecutive elements of same type">false</param>
+ <param name="keep_originals" type="boolean" gui-text="Keep original paths">false</param>
</page>
<page name="info" gui-text="Help">
<label>Redwork embroidery is a stroke art embroidery which passes every line exactly twice.</label>