summaryrefslogtreecommitdiff
path: root/templates/embroider_settings.xml
blob: 96339fcb006ef217be83a2f0f4bed282f6e60fd8 (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 translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>Preferences</name>
    <id>org.inkstitch.embroider_settings</id>
    <param name="extension" type="string" gui-hidden="true">embroider_settings</param>
    <effect needs-live-preview="false">
        <object-type>all</object-type>
        <effects-menu>
            <submenu name="Ink/Stitch" translatable="no" />
        </effects-menu>
    </effect>
    <param name="output_settings" type="description" appearance="header">
        Output Settings
    </param>
    <param name="collapse_len_mm" type="float" precision="1" min="0" max="10"
           gui-text="Collapse length (mm)"
           gui-description="Jump stitches smaller than this will be treated as normal stitches.">3</param>
    <script>
        {{ command_tag | safe }}
    </script>
</inkscape-extension>