47 lines
2.2 KiB
Plaintext
47 lines
2.2 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||
|
<name>Sticken</name>
|
||
|
<id>org.inkstitch.embroider.de_DE</id>
|
||
|
<dependency type="executable" location="extensions">inkstitch.py</dependency>
|
||
|
<dependency type="executable" location="extensions">inkex.py</dependency>
|
||
|
<param name="collapse_len_mm" type="float" min="0.0" max="10.0" _gui-text="Mindestlänge (mm)" _gui-description="Sprungstiche, die kleiner sind, werden als normale Stiche behandelt.">3.0</param>
|
||
|
<param name="hide_layers" type="boolean" _gui-text="Andere Ebenen ausblenden" _gui-description="Verberge alle anderen Ebenen, wenn die Stickebene erstellt wird, um die Nähte sichtbar zu machen.">true</param>
|
||
|
<param name="output_format" type="optiongroup" _gui-text="Ausgabeformat" appearance="minimal">
|
||
|
|
||
|
<_option value="pec">Brother Stickformat (PEC)</_option>
|
||
|
|
||
|
<_option value="pes">Brother Stickformat (PES)</_option>
|
||
|
|
||
|
<_option value="exp">Melco Stickformat (EXP)</_option>
|
||
|
|
||
|
<_option value="dst">Tajima Stickformat (DST)</_option>
|
||
|
|
||
|
<_option value="jef">Janome Stickformat (JEF)</_option>
|
||
|
|
||
|
<_option value="vp3">Pfaff Stickformat (VP3)</_option>
|
||
|
|
||
|
<_option value="u01">Barudan Stickformat (U01)</_option>
|
||
|
|
||
|
<_option value="txt">G-Code Format (TXT)</_option>
|
||
|
|
||
|
|
||
|
<_option value="svg">Skalierbare Vektorgrafik (SVG) [DEBUG]</_option>
|
||
|
|
||
|
<_option value="csv">Durch Komma getrennte Werte (CSV) [DEBUG]</_option>
|
||
|
|
||
|
<_option value="pmv">Brother Stichformat (PMV) [DEBUG]</_option>
|
||
|
|
||
|
</param>
|
||
|
<param name="path" type="string" _gui-text="Verzeichnis" _gui-description="Leer lassen, um die Ausgabe im Erweiterungsverzeichnis von Inkscape zu speichern."></param>
|
||
|
<param name="extension" type="string" gui-hidden="true">embroider</param>
|
||
|
<effect>
|
||
|
<object-type>all</object-type>
|
||
|
<effects-menu>
|
||
|
<submenu name="Ink/Stitch" />
|
||
|
</effects-menu>
|
||
|
</effect>
|
||
|
<script>
|
||
|
<command reldir="extensions" interpreter="python">inkstitch.py</command>
|
||
|
</script>
|
||
|
</inkscape-extension>
|