kopia lustrzana https://github.com/inkstitch/inkstitch
22 wiersze
938 B
XML
22 wiersze
938 B
XML
<?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>
|