diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-07-25 21:21:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-25 21:21:24 -0400 |
| commit | f1478556565f2e23150c86b17e6e170edc217d23 (patch) | |
| tree | 4e652bde1122f44f360e140b696cb0eb81a7e9e1 /inx/inkstitch_output_ZIP.inx | |
| parent | 82c06cceda54d559e78792e5284f3520908142ed (diff) | |
| parent | 1bd7aa110a1b30a6c44f4d792b3c817e10234c07 (diff) | |
Merge pull request #234 from inkstitch/lexelby-integrate-pyembroidery
switch from libembroidery to pyembroidery
Diffstat (limited to 'inx/inkstitch_output_ZIP.inx')
| -rw-r--r-- | inx/inkstitch_output_ZIP.inx | 38 |
1 files changed, 4 insertions, 34 deletions
diff --git a/inx/inkstitch_output_ZIP.inx b/inx/inkstitch_output_ZIP.inx index b5b2cf1c..81f17b23 100644 --- a/inx/inkstitch_output_ZIP.inx +++ b/inx/inkstitch_output_ZIP.inx @@ -12,50 +12,20 @@ <dataloss>true</dataloss> </output> - <param name="format-col" type="boolean" _gui-text=".COL: Embroidery Thread Color Format">false</param> - - <param name="format-csv" type="boolean" _gui-text=".CSV: Comma Separated Values Format">false</param> - - <param name="format-dst" type="boolean" _gui-text=".DST: Tajima Embroidery Format">false</param> - - <param name="format-edr" type="boolean" _gui-text=".EDR: Embird Embroidery Format">false</param> - - <param name="format-exp" type="boolean" _gui-text=".EXP: Melco Embroidery Format">false</param> - - <param name="format-hus" type="boolean" _gui-text=".HUS: Husqvarna Viking Embroidery Format">false</param> - - <param name="format-inf" type="boolean" _gui-text=".INF: Embroidery Color Format">false</param> - - <param name="format-jef" type="boolean" _gui-text=".JEF: Janome Embroidery Format">false</param> - - <param name="format-ksm" type="boolean" _gui-text=".KSM: Pfaff Embroidery Format">false</param> - - <param name="format-max" type="boolean" _gui-text=".MAX: Pfaff Embroidery Format">false</param> - - <param name="format-pcd" type="boolean" _gui-text=".PCD: Pfaff Embroidery Format">false</param> - - <param name="format-pcq" type="boolean" _gui-text=".PCQ: Pfaff Embroidery Format">false</param> - - <param name="format-pcs" type="boolean" _gui-text=".PCS: Pfaff Embroidery Format">false</param> - <param name="format-pec" type="boolean" _gui-text=".PEC: Brother Embroidery Format">false</param> <param name="format-pes" type="boolean" _gui-text=".PES: Brother Embroidery Format">false</param> - <param name="format-plt" type="boolean" _gui-text=".PLT: AutoCAD Plot Drawing Format">false</param> - - <param name="format-rgb" type="boolean" _gui-text=".RGB: RGB Embroidery Format">false</param> + <param name="format-exp" type="boolean" _gui-text=".EXP: Melco Embroidery Format">false</param> - <param name="format-thr" type="boolean" _gui-text=".THR: ThredWorks Embroidery Format">false</param> + <param name="format-dst" type="boolean" _gui-text=".DST: Tajima Embroidery Format">false</param> - <param name="format-txt" type="boolean" _gui-text=".TXT: Text File">false</param> + <param name="format-jef" type="boolean" _gui-text=".JEF: Janome Embroidery Format">false</param> <param name="format-vp3" type="boolean" _gui-text=".VP3: Pfaff Embroidery Format">false</param> - <param name="format-xxx" type="boolean" _gui-text=".XXX: Singer Embroidery Format">false</param> - <param name="extension" type="string" gui-hidden="true">zip</param> <script> <command reldir="extensions" interpreter="python">inkstitch.py</command> </script> -</inkscape-extension> +</inkscape-extension>
\ No newline at end of file |
