summaryrefslogtreecommitdiff
path: root/inx/inkstitch_output_PLT.inx
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-06-17 21:32:24 -0400
committerGitHub <noreply@github.com>2018-06-17 21:32:24 -0400
commitd3866deb4a686f96265a76f670db1386e9b459ba (patch)
tree8a409901a19acc8f14252f430807c7964e62aadc /inx/inkstitch_output_PLT.inx
parent564f15cd55954afde358eed24809632e6ea9c2d7 (diff)
parent0659bc294e943bcaa10f63966e667003623e6da4 (diff)
Merge pull request #198 from lexelby/lexelby-output-extension
output extensions
Diffstat (limited to 'inx/inkstitch_output_PLT.inx')
-rw-r--r--inx/inkstitch_output_PLT.inx19
1 files changed, 19 insertions, 0 deletions
diff --git a/inx/inkstitch_output_PLT.inx b/inx/inkstitch_output_PLT.inx
new file mode 100644
index 00000000..649ef76b
--- /dev/null
+++ b/inx/inkstitch_output_PLT.inx
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <_name>PLT file output</_name>
+ <id>org.inkstitch.output.plt</id>
+ <dependency type="executable" location="extensions">inkstitch.py</dependency>
+ <dependency type="executable" location="extensions">inkex.py</dependency>
+ <output>
+ <extension>.plt</extension>
+ <mimetype>application/x-embroidery-plt</mimetype>
+ <_filetypename>Ink/Stitch: AutoCAD Plot Drawing Format (.plt)</_filetypename>
+ <_filetypetooltip>Save design in PLT format using Ink/Stitch</_filetypetooltip>
+ <dataloss>true</dataloss>
+ </output>
+ <param name="extension" type="string" gui-hidden="true">output</param>
+ <param name="format" type="string" gui-hidden="true">plt</param>
+ <script>
+ <command reldir="extensions" interpreter="python">inkstitch.py</command>
+ </script>
+</inkscape-extension> \ No newline at end of file