From 13016f50ecace38a93f7d8e55bdad8b21fb0d2c7 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 17 Aug 2018 20:55:43 -0400 Subject: group symbol+connector and label with command description --- inx/inkstitch_attach_commands.inx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inx') diff --git a/inx/inkstitch_attach_commands.inx b/inx/inkstitch_attach_commands.inx index 61cf7213..bba8602b 100644 --- a/inx/inkstitch_attach_commands.inx +++ b/inx/inkstitch_attach_commands.inx @@ -4,8 +4,8 @@ org.inkstitch.commands inkstitch.py inkex.py - false - false + false + false false false false -- cgit v1.2.3 From 512c3411648b24505165d555a04e82ba689f8aed Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 19 Aug 2018 22:14:10 -0400 Subject: integrate inx generation into ink/stitch proper --- inx/inkstitch_attach_commands.inx | 22 ---------------------- inx/inkstitch_convert_to_satin.inx | 17 ----------------- inx/inkstitch_embroider.inx | 30 ------------------------------ inx/inkstitch_flip.inx | 17 ----------------- inx/inkstitch_input_100.inx | 17 ----------------- inx/inkstitch_input_10O.inx | 17 ----------------- inx/inkstitch_input_BRO.inx | 17 ----------------- inx/inkstitch_input_DSB.inx | 17 ----------------- inx/inkstitch_input_DST.inx | 17 ----------------- inx/inkstitch_input_DSZ.inx | 17 ----------------- inx/inkstitch_input_EMD.inx | 17 ----------------- inx/inkstitch_input_EXP.inx | 17 ----------------- inx/inkstitch_input_INB.inx | 17 ----------------- inx/inkstitch_input_JEF.inx | 17 ----------------- inx/inkstitch_input_KSM.inx | 17 ----------------- inx/inkstitch_input_PEC.inx | 17 ----------------- inx/inkstitch_input_PES.inx | 17 ----------------- inx/inkstitch_input_SEW.inx | 17 ----------------- inx/inkstitch_input_SHV.inx | 17 ----------------- inx/inkstitch_input_STX.inx | 17 ----------------- inx/inkstitch_input_TAP.inx | 17 ----------------- inx/inkstitch_input_TBF.inx | 17 ----------------- inx/inkstitch_input_U01.inx | 17 ----------------- inx/inkstitch_input_VP3.inx | 17 ----------------- inx/inkstitch_input_XXX.inx | 17 ----------------- inx/inkstitch_install.inx | 17 ----------------- inx/inkstitch_layer_commands.inx | 19 ------------------- inx/inkstitch_output_DST.inx | 19 ------------------- inx/inkstitch_output_EXP.inx | 19 ------------------- inx/inkstitch_output_JEF.inx | 19 ------------------- inx/inkstitch_output_PEC.inx | 19 ------------------- inx/inkstitch_output_PES.inx | 19 ------------------- inx/inkstitch_output_VP3.inx | 19 ------------------- inx/inkstitch_output_ZIP.inx | 31 ------------------------------- inx/inkstitch_params.inx | 17 ----------------- inx/inkstitch_print.inx | 17 ----------------- inx/inkstitch_simulate.inx | 17 ----------------- 37 files changed, 675 deletions(-) delete mode 100644 inx/inkstitch_attach_commands.inx delete mode 100644 inx/inkstitch_convert_to_satin.inx delete mode 100644 inx/inkstitch_embroider.inx delete mode 100644 inx/inkstitch_flip.inx delete mode 100644 inx/inkstitch_input_100.inx delete mode 100644 inx/inkstitch_input_10O.inx delete mode 100644 inx/inkstitch_input_BRO.inx delete mode 100644 inx/inkstitch_input_DSB.inx delete mode 100644 inx/inkstitch_input_DST.inx delete mode 100644 inx/inkstitch_input_DSZ.inx delete mode 100644 inx/inkstitch_input_EMD.inx delete mode 100644 inx/inkstitch_input_EXP.inx delete mode 100644 inx/inkstitch_input_INB.inx delete mode 100644 inx/inkstitch_input_JEF.inx delete mode 100644 inx/inkstitch_input_KSM.inx delete mode 100644 inx/inkstitch_input_PEC.inx delete mode 100644 inx/inkstitch_input_PES.inx delete mode 100644 inx/inkstitch_input_SEW.inx delete mode 100644 inx/inkstitch_input_SHV.inx delete mode 100644 inx/inkstitch_input_STX.inx delete mode 100644 inx/inkstitch_input_TAP.inx delete mode 100644 inx/inkstitch_input_TBF.inx delete mode 100644 inx/inkstitch_input_U01.inx delete mode 100644 inx/inkstitch_input_VP3.inx delete mode 100644 inx/inkstitch_input_XXX.inx delete mode 100644 inx/inkstitch_install.inx delete mode 100644 inx/inkstitch_layer_commands.inx delete mode 100644 inx/inkstitch_output_DST.inx delete mode 100644 inx/inkstitch_output_EXP.inx delete mode 100644 inx/inkstitch_output_JEF.inx delete mode 100644 inx/inkstitch_output_PEC.inx delete mode 100644 inx/inkstitch_output_PES.inx delete mode 100644 inx/inkstitch_output_VP3.inx delete mode 100644 inx/inkstitch_output_ZIP.inx delete mode 100644 inx/inkstitch_params.inx delete mode 100644 inx/inkstitch_print.inx delete mode 100644 inx/inkstitch_simulate.inx (limited to 'inx') diff --git a/inx/inkstitch_attach_commands.inx b/inx/inkstitch_attach_commands.inx deleted file mode 100644 index bba8602b..00000000 --- a/inx/inkstitch_attach_commands.inx +++ /dev/null @@ -1,22 +0,0 @@ - - - <_name>Attach Commands - org.inkstitch.commands - inkstitch.py - inkex.py - false - false - false - false - false - object_commands - - all - - - - - - diff --git a/inx/inkstitch_convert_to_satin.inx b/inx/inkstitch_convert_to_satin.inx deleted file mode 100644 index d71b2081..00000000 --- a/inx/inkstitch_convert_to_satin.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>Convert Line to Satin - org.inkstitch.convert_to_satin - inkstitch.py - inkex.py - convert_to_satin - - all - - - - - - diff --git a/inx/inkstitch_embroider.inx b/inx/inkstitch_embroider.inx deleted file mode 100644 index 70bc10b0..00000000 --- a/inx/inkstitch_embroider.inx +++ /dev/null @@ -1,30 +0,0 @@ - - - <_name>Embroider - jonh.embroider - inkstitch.py - inkex.py - 3.0 - true - - <_option value="dst">Tajima Embroidery Format (DST) - <_option value="exp">Melco Embroidery Format (EXP) - <_option value="jef">Janome Embroidery Format (JEF) - <_option value="pec">Brother Embroidery Format (PEC) - <_option value="pes">Brother Embroidery Format (PES) - <_option value="vp3">Pfaff Embroidery Format (VP3) - <_option value="csv">Comma-separated values (CSV) [DEBUG] - <_option value="svg">Scalable Vector Graphics (SVG) [DEBUG] - - - embroider - - all - - - - - - diff --git a/inx/inkstitch_flip.inx b/inx/inkstitch_flip.inx deleted file mode 100644 index f129b8d9..00000000 --- a/inx/inkstitch_flip.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>Flip Satin Columns - org.inkstitch.flip_satins - inkstitch.py - inkex.py - flip - - all - - - - - - diff --git a/inx/inkstitch_input_100.inx b/inx/inkstitch_input_100.inx deleted file mode 100644 index def2011d..00000000 --- a/inx/inkstitch_input_100.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>100 file input - org.inkstitch.input.100 - inkstitch.py - inkex.py - - .100 - application/x-embroidery-100 - <_filetypename>Ink/Stitch: Toyota Embroidery Format (.100) - <_filetypetooltip>convert 100 file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_10O.inx b/inx/inkstitch_input_10O.inx deleted file mode 100644 index 29b14397..00000000 --- a/inx/inkstitch_input_10O.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>10O file input - org.inkstitch.input.10o - inkstitch.py - inkex.py - - .10o - application/x-embroidery-10o - <_filetypename>Ink/Stitch: Toyota Embroidery Format (.10o) - <_filetypetooltip>convert 10O file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_BRO.inx b/inx/inkstitch_input_BRO.inx deleted file mode 100644 index 928195a6..00000000 --- a/inx/inkstitch_input_BRO.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>BRO file input - org.inkstitch.input.bro - inkstitch.py - inkex.py - - .bro - application/x-embroidery-bro - <_filetypename>Ink/Stitch: Bits & Volts Embroidery Format (.bro) - <_filetypetooltip>convert BRO file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_DSB.inx b/inx/inkstitch_input_DSB.inx deleted file mode 100644 index c78e1c2d..00000000 --- a/inx/inkstitch_input_DSB.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>DSB file input - org.inkstitch.input.dsb - inkstitch.py - inkex.py - - .dsb - application/x-embroidery-dsb - <_filetypename>Ink/Stitch: Tajima(Barudan) Embroidery Format (.dsb) - <_filetypetooltip>convert DSB file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_DST.inx b/inx/inkstitch_input_DST.inx deleted file mode 100644 index b3eee601..00000000 --- a/inx/inkstitch_input_DST.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>DST file input - org.inkstitch.input.dst - inkstitch.py - inkex.py - - .dst - application/x-embroidery-dst - <_filetypename>Ink/Stitch: Tajima Embroidery Format (.dst) - <_filetypetooltip>convert DST file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_DSZ.inx b/inx/inkstitch_input_DSZ.inx deleted file mode 100644 index 388aeda0..00000000 --- a/inx/inkstitch_input_DSZ.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>DSZ file input - org.inkstitch.input.dsz - inkstitch.py - inkex.py - - .dsz - application/x-embroidery-dsz - <_filetypename>Ink/Stitch: ZSK USA Embroidery Format (.dsz) - <_filetypetooltip>convert DSZ file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_EMD.inx b/inx/inkstitch_input_EMD.inx deleted file mode 100644 index c05da24f..00000000 --- a/inx/inkstitch_input_EMD.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>EMD file input - org.inkstitch.input.emd - inkstitch.py - inkex.py - - .emd - application/x-embroidery-emd - <_filetypename>Ink/Stitch: Elna Embroidery Format (.emd) - <_filetypetooltip>convert EMD file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_EXP.inx b/inx/inkstitch_input_EXP.inx deleted file mode 100644 index 2c5997d5..00000000 --- a/inx/inkstitch_input_EXP.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>EXP file input - org.inkstitch.input.exp - inkstitch.py - inkex.py - - .exp - application/x-embroidery-exp - <_filetypename>Ink/Stitch: Melco Embroidery Format (.exp) - <_filetypetooltip>convert EXP file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_INB.inx b/inx/inkstitch_input_INB.inx deleted file mode 100644 index 7409a853..00000000 --- a/inx/inkstitch_input_INB.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>INB file input - org.inkstitch.input.inb - inkstitch.py - inkex.py - - .inb - application/x-embroidery-inb - <_filetypename>Ink/Stitch: Inbro Embroidery Format (.inb) - <_filetypetooltip>convert INB file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_JEF.inx b/inx/inkstitch_input_JEF.inx deleted file mode 100644 index 364e969f..00000000 --- a/inx/inkstitch_input_JEF.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>JEF file input - org.inkstitch.input.jef - inkstitch.py - inkex.py - - .jef - application/x-embroidery-jef - <_filetypename>Ink/Stitch: Janome Embroidery Format (.jef) - <_filetypetooltip>convert JEF file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_KSM.inx b/inx/inkstitch_input_KSM.inx deleted file mode 100644 index b01eb195..00000000 --- a/inx/inkstitch_input_KSM.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>KSM file input - org.inkstitch.input.ksm - inkstitch.py - inkex.py - - .ksm - application/x-embroidery-ksm - <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.ksm) - <_filetypetooltip>convert KSM file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_PEC.inx b/inx/inkstitch_input_PEC.inx deleted file mode 100644 index 885c0125..00000000 --- a/inx/inkstitch_input_PEC.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>PEC file input - org.inkstitch.input.pec - inkstitch.py - inkex.py - - .pec - application/x-embroidery-pec - <_filetypename>Ink/Stitch: Brother Embroidery Format (.pec) - <_filetypetooltip>convert PEC file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_PES.inx b/inx/inkstitch_input_PES.inx deleted file mode 100644 index 6faa06be..00000000 --- a/inx/inkstitch_input_PES.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>PES file input - org.inkstitch.input.pes - inkstitch.py - inkex.py - - .pes - application/x-embroidery-pes - <_filetypename>Ink/Stitch: Brother Embroidery Format (.pes) - <_filetypetooltip>convert PES file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_SEW.inx b/inx/inkstitch_input_SEW.inx deleted file mode 100644 index a7661c97..00000000 --- a/inx/inkstitch_input_SEW.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>SEW file input - org.inkstitch.input.sew - inkstitch.py - inkex.py - - .sew - application/x-embroidery-sew - <_filetypename>Ink/Stitch: Janome Embroidery Format (.sew) - <_filetypetooltip>convert SEW file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_SHV.inx b/inx/inkstitch_input_SHV.inx deleted file mode 100644 index 7aad470c..00000000 --- a/inx/inkstitch_input_SHV.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>SHV file input - org.inkstitch.input.shv - inkstitch.py - inkex.py - - .shv - application/x-embroidery-shv - <_filetypename>Ink/Stitch: Husqvarna Viking Embroidery Format (.shv) - <_filetypetooltip>convert SHV file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_STX.inx b/inx/inkstitch_input_STX.inx deleted file mode 100644 index 3f1a3065..00000000 --- a/inx/inkstitch_input_STX.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>STX file input - org.inkstitch.input.stx - inkstitch.py - inkex.py - - .stx - application/x-embroidery-stx - <_filetypename>Ink/Stitch: Data Stitch Embroidery Format (.stx) - <_filetypetooltip>convert STX file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_TAP.inx b/inx/inkstitch_input_TAP.inx deleted file mode 100644 index bf299130..00000000 --- a/inx/inkstitch_input_TAP.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>TAP file input - org.inkstitch.input.tap - inkstitch.py - inkex.py - - .tap - application/x-embroidery-tap - <_filetypename>Ink/Stitch: Happy Embroidery Format (.tap) - <_filetypetooltip>convert TAP file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_TBF.inx b/inx/inkstitch_input_TBF.inx deleted file mode 100644 index e2b72ec9..00000000 --- a/inx/inkstitch_input_TBF.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>TBF file input - org.inkstitch.input.tbf - inkstitch.py - inkex.py - - .tbf - application/x-embroidery-tbf - <_filetypename>Ink/Stitch: Tajima Embroidery Format (.tbf) - <_filetypetooltip>convert TBF file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_U01.inx b/inx/inkstitch_input_U01.inx deleted file mode 100644 index befadd5b..00000000 --- a/inx/inkstitch_input_U01.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>U01 file input - org.inkstitch.input.u01 - inkstitch.py - inkex.py - - .u01 - application/x-embroidery-u01 - <_filetypename>Ink/Stitch: Barudan Embroidery Format (.u01) - <_filetypetooltip>convert U01 file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_VP3.inx b/inx/inkstitch_input_VP3.inx deleted file mode 100644 index b39f630a..00000000 --- a/inx/inkstitch_input_VP3.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>VP3 file input - org.inkstitch.input.vp3 - inkstitch.py - inkex.py - - .vp3 - application/x-embroidery-vp3 - <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.vp3) - <_filetypetooltip>convert VP3 file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_input_XXX.inx b/inx/inkstitch_input_XXX.inx deleted file mode 100644 index 6e8e501e..00000000 --- a/inx/inkstitch_input_XXX.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>XXX file input - org.inkstitch.input.xxx - inkstitch.py - inkex.py - - .xxx - application/x-embroidery-xxx - <_filetypename>Ink/Stitch: Singer Embroidery Format (.xxx) - <_filetypetooltip>convert XXX file to Ink/Stitch manual-stitch paths - - input - - diff --git a/inx/inkstitch_install.inx b/inx/inkstitch_install.inx deleted file mode 100644 index 7275e13a..00000000 --- a/inx/inkstitch_install.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>Install add-ons for Inkscape - org.inkstitch.install - inkstitch.py - inkex.py - install - - all - - - - - - diff --git a/inx/inkstitch_layer_commands.inx b/inx/inkstitch_layer_commands.inx deleted file mode 100644 index 7eadd094..00000000 --- a/inx/inkstitch_layer_commands.inx +++ /dev/null @@ -1,19 +0,0 @@ - - - <_name>Add Layer Commands - org.inkstitch.layer_commands - inkstitch.py - inkex.py - Commands will be added to the currently-selected layer. - false - layer_commands - - all - - - - - - diff --git a/inx/inkstitch_output_DST.inx b/inx/inkstitch_output_DST.inx deleted file mode 100644 index fa034f40..00000000 --- a/inx/inkstitch_output_DST.inx +++ /dev/null @@ -1,19 +0,0 @@ - - - <_name>DST file output - org.inkstitch.output.dst - inkstitch.py - inkex.py - - .dst - application/x-embroidery-dst - <_filetypename>Ink/Stitch: Tajima Embroidery Format (.dst) - <_filetypetooltip>Save design in DST format using Ink/Stitch - true - - output - dst - - diff --git a/inx/inkstitch_output_EXP.inx b/inx/inkstitch_output_EXP.inx deleted file mode 100644 index 853bab9f..00000000 --- a/inx/inkstitch_output_EXP.inx +++ /dev/null @@ -1,19 +0,0 @@ - - - <_name>EXP file output - org.inkstitch.output.exp - inkstitch.py - inkex.py - - .exp - application/x-embroidery-exp - <_filetypename>Ink/Stitch: Melco Embroidery Format (.exp) - <_filetypetooltip>Save design in EXP format using Ink/Stitch - true - - output - exp - - diff --git a/inx/inkstitch_output_JEF.inx b/inx/inkstitch_output_JEF.inx deleted file mode 100644 index 74b752fc..00000000 --- a/inx/inkstitch_output_JEF.inx +++ /dev/null @@ -1,19 +0,0 @@ - - - <_name>JEF file output - org.inkstitch.output.jef - inkstitch.py - inkex.py - - .jef - application/x-embroidery-jef - <_filetypename>Ink/Stitch: Janome Embroidery Format (.jef) - <_filetypetooltip>Save design in JEF format using Ink/Stitch - true - - output - jef - - diff --git a/inx/inkstitch_output_PEC.inx b/inx/inkstitch_output_PEC.inx deleted file mode 100644 index 6d76b165..00000000 --- a/inx/inkstitch_output_PEC.inx +++ /dev/null @@ -1,19 +0,0 @@ - - - <_name>PEC file output - org.inkstitch.output.pec - inkstitch.py - inkex.py - - .pec - application/x-embroidery-pec - <_filetypename>Ink/Stitch: Brother Embroidery Format (.pec) - <_filetypetooltip>Save design in PEC format using Ink/Stitch - true - - output - pec - - diff --git a/inx/inkstitch_output_PES.inx b/inx/inkstitch_output_PES.inx deleted file mode 100644 index b821225a..00000000 --- a/inx/inkstitch_output_PES.inx +++ /dev/null @@ -1,19 +0,0 @@ - - - <_name>PES file output - org.inkstitch.output.pes - inkstitch.py - inkex.py - - .pes - application/x-embroidery-pes - <_filetypename>Ink/Stitch: Brother Embroidery Format (.pes) - <_filetypetooltip>Save design in PES format using Ink/Stitch - true - - output - pes - - diff --git a/inx/inkstitch_output_VP3.inx b/inx/inkstitch_output_VP3.inx deleted file mode 100644 index 11843420..00000000 --- a/inx/inkstitch_output_VP3.inx +++ /dev/null @@ -1,19 +0,0 @@ - - - <_name>VP3 file output - org.inkstitch.output.vp3 - inkstitch.py - inkex.py - - .vp3 - application/x-embroidery-vp3 - <_filetypename>Ink/Stitch: Pfaff Embroidery Format (.vp3) - <_filetypetooltip>Save design in VP3 format using Ink/Stitch - true - - output - vp3 - - diff --git a/inx/inkstitch_output_ZIP.inx b/inx/inkstitch_output_ZIP.inx deleted file mode 100644 index 81f17b23..00000000 --- a/inx/inkstitch_output_ZIP.inx +++ /dev/null @@ -1,31 +0,0 @@ - - - <_name>embroidery ZIP file output - org.inkstitch.output.zip - inkstitch.py - inkex.py - - .zip - application/zip - <_filetypename>Ink/Stitch: ZIP export multiple formats (.zip) - <_filetypetooltip>Create a ZIP with multiple embroidery file formats using Ink/Stitch - true - - - false - - false - - false - - false - - false - - false - - zip - - \ No newline at end of file diff --git a/inx/inkstitch_params.inx b/inx/inkstitch_params.inx deleted file mode 100644 index 7b3b4e63..00000000 --- a/inx/inkstitch_params.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>Params - jonh.embroider.params - inkstitch.py - inkex.py - params - - all - - - - - - diff --git a/inx/inkstitch_print.inx b/inx/inkstitch_print.inx deleted file mode 100644 index edc96a4c..00000000 --- a/inx/inkstitch_print.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>Print - jonh.embroider.print - inkstitch.py - inkex.py - print - - all - - - - - - diff --git a/inx/inkstitch_simulate.inx b/inx/inkstitch_simulate.inx deleted file mode 100644 index 66f892d8..00000000 --- a/inx/inkstitch_simulate.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - <_name>Simulate - jonh.embroider.simulate - inkstitch.py - inkex.py - simulate - - all - - - - - - -- cgit v1.2.3