summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-03-31 17:10:40 +0200
committerGitHub <noreply@github.com>2023-03-31 17:10:40 +0200
commit06b6f976a9975c9860fcc0a29e6e9c3ea174ba9d (patch)
tree1a423bce337baa011b1412843307ebed88d303eb /templates
parent98f4bc43de2869b26a52dbfd02968dd69425d8b8 (diff)
Command options (#2160)
* letters to font: add visual command import option * add visual command option to stitch plan preview
Diffstat (limited to 'templates')
-rw-r--r--templates/letters_to_font.xml6
-rw-r--r--templates/stitch_plan_preview.xml1
2 files changed, 6 insertions, 1 deletions
diff --git a/templates/letters_to_font.xml b/templates/letters_to_font.xml
index f609d471..c9a1cec6 100644
--- a/templates/letters_to_font.xml
+++ b/templates/letters_to_font.xml
@@ -26,7 +26,11 @@
</param>
<param type="path" name="font-dir" gui-text="Font directory" indent="1" mode="folder" filetypes="svg"/>
<spacer />
- <param type="boolean" name="import-commands" gui-text="Import commands" indent="1">false</param>
+ <param name="import-commands" type="optiongroup" appearance="combo" gui-text="Import commands" indent="1">
+ <option value="params">As param</option>
+ <option value="symbols">As symbol</option>
+ <option value="none">No</option>
+ </param>
<spacer />
<separator />
<param name="file-description" type="description" indent="1" >
diff --git a/templates/stitch_plan_preview.xml b/templates/stitch_plan_preview.xml
index e7a49522..835475b0 100644
--- a/templates/stitch_plan_preview.xml
+++ b/templates/stitch_plan_preview.xml
@@ -20,6 +20,7 @@
<param name="needle-points" type="boolean" gui-text="Needle points">false</param>
<param name="insensitive" type="boolean" gui-text="Lock"
gui-description="Make stitch plan insensitive to mouse interactions">false</param>
+ <param name="visual-commands" type="boolean" gui-text="Display command symbols">false</param>
<spacer />
<script>
{{ command_tag | safe }}