2021-03-04 17:40:53 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
2021-03-27 15:55:08 +00:00
|
|
|
<name>{% trans %}Preferences{% endtrans %}</name>
|
2021-03-04 17:40:53 +00:00
|
|
|
<id>org.inkstitch.embroider_settings.{{ locale }}</id>
|
|
|
|
<param name="extension" type="string" gui-hidden="true">embroider_settings</param>
|
2021-03-22 16:06:48 +00:00
|
|
|
<effect needs-live-preview="false">
|
2021-03-04 17:40:53 +00:00
|
|
|
<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>
|