2021-03-04 17:40:53 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-09-26 09:42:17 +00:00
|
|
|
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
|
|
<name>Preferences</name>
|
|
|
|
<id>org.inkstitch.embroider_settings</id>
|
2021-03-04 17:40:53 +00:00
|
|
|
<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>
|
2021-10-14 07:56:38 +00:00
|
|
|
<submenu name="Ink/Stitch" translatable="no" />
|
2021-03-04 17:40:53 +00:00
|
|
|
</effects-menu>
|
|
|
|
</effect>
|
|
|
|
<param name="output_settings" type="description" appearance="header">
|
2021-09-26 09:42:17 +00:00
|
|
|
Output Settings
|
2021-03-04 17:40:53 +00:00
|
|
|
</param>
|
2021-12-08 21:18:41 +00:00
|
|
|
<param name="collapse_len_mm" type="float" precision="1" min="0" max="10"
|
2021-11-15 06:31:29 +00:00
|
|
|
gui-text="Collapse length (mm)"
|
|
|
|
gui-description="Jump stitches smaller than this will be treated as normal stitches.">3</param>
|
2021-03-04 17:40:53 +00:00
|
|
|
<script>
|
|
|
|
{{ command_tag | safe }}
|
|
|
|
</script>
|
|
|
|
</inkscape-extension>
|