summaryrefslogtreecommitdiff
path: root/templates/zip.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/zip.xml')
-rw-r--r--templates/zip.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/templates/zip.xml b/templates/zip.xml
index ddaefe5b..448819bc 100644
--- a/templates/zip.xml
+++ b/templates/zip.xml
@@ -17,10 +17,13 @@
<label>Output formats:</label>
{%- for format, description, mimetype, category in formats %}
{%- if category != "vector" and category != "debug" %}
- <param name="format-{{ format }}" type="boolean" _gui-text=".{{ format | upper }}: {{ description }}">false</param>
+ <param name="format-{{ format }}" type="boolean" gui-text=".{{ format | upper }}: {{ description }}">false</param>
{%- endif %}
{%- endfor %}
<param name="format-threadlist" type="boolean" gui-text=".TXT: Threadlist [COLOR]">false</param>
+ <param name="format-png_realistic" type="boolean" gui-text=".PNG: Portable Network Graphics (Realistic) [COLOR]">false</param>
+ <param name="format-png_simple" type="boolean" gui-text=".PNG: Portable Network Graphics (Simple) [COLOR]">false</param>
+ <param name="png_simple_line_width" type="float" precision="2" min="0.01" max="5" gui-text="Line width (mm)" indent="4">0.3</param>
<param name="format-svg" type="boolean" gui-text=".SVG: Scalable Vector Graphic">false</param>
<param name="extension" type="string" gui-hidden="true">zip</param>
</page>
@@ -32,6 +35,13 @@
<param name="y-repeats" type="int" min="1" max="20" gui-text="Vertical repeats">1</param>
<param name="y-spacing" type="float" min="-1000" max="1000" gui-text="Vertical spacing (mm)">100</param>
</page>
+ <page name="info" gui-text="Help">
+ <label appearance="header">Zip File Export</label>
+ <label>Export multiple embroidery file formats at once.</label>
+ <separator />
+ <label>Read more on our webiste:</label>
+ <label appearance="url">https://inkstitch.org/docs/import-export/#batch-export</label>
+ </page>
</param>
<script>
{{ command_tag | safe }}