summaryrefslogtreecommitdiff
path: root/templates/embroider_settings.xml
blob: 51ce9d16e6423b89f2e1b855a09b09f466e14a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>