summaryrefslogtreecommitdiff
path: root/templates/embroider_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/embroider_settings.xml')
-rw-r--r--templates/embroider_settings.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/embroider_settings.xml b/templates/embroider_settings.xml
new file mode 100644
index 00000000..51ce9d16
--- /dev/null
+++ b/templates/embroider_settings.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>{% trans %}Settings{% endtrans %}</name>
+ <id>org.inkstitch.embroider_settings.{{ locale }}</id>
+ <param name="extension" type="string" gui-hidden="true">embroider_settings</param>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="Ink/Stitch" />
+ </effects-menu>
+ </effect>
+ <param name="output_settings" type="description" appearance="header">
+ {% trans %}Output Settings{% endtrans %}
+ </param>
+ <param name="collapse_len_mm" type="float" precision="1" min="0" max="10"
+ _gui-text="{% trans %}Collapse length (mm){% endtrans %}"
+ _gui-description="{% trans %}Jump stitches smaller than this will be treated as normal stitches.{% endtrans %}">3</param>
+ <script>
+ {{ command_tag | safe }}
+ </script>
+</inkscape-extension>