From acaebaa956006a0fa064c2361b47f902a8a50b77 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 23 Jan 2018 20:13:37 -0500 Subject: add params for "TRIM after" and "STOP after" (#29) * adds new options to Params: "TRIM after" and "STOP after" * adds tooltip support to Params * inkstitch now includes libembroidery and can directly output any supported file type * this avoids the need for `libembroidery-convert` and compiling embroidermodder! * TRIM support for DST format (inserts 3 JUMPs) * STOP command supported as an extra color change that the operator can assign to code C00 * TRIMs cause the following jump stitch not to be displayed in the Embroidery layer --- embroider.inx | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'embroider.inx') diff --git a/embroider.inx b/embroider.inx index 14b0ac16..909df8d2 100644 --- a/embroider.inx +++ b/embroider.inx @@ -11,9 +11,29 @@ 0.0 true - <_option value="melco">Melco - <_option value="csv">Embroidermodder 2 CSV - <_option value="gcode">Franklin G-Code + <_option value="csv">Comma Separated Values Format(.CSV) + <_option value="col">Embroidery Thread Color Format(.COL) + <_option value="dst">Tajima Embroidery Format(.DST) + <_option value="edr">Embird Embroidery Format(.EDR) + <_option value="exp">Melco Embroidery Format(.EXP) + <_option value="hus">Husqvarna Viking Embroidery Format(.HUS) + <_option value="inf">Embroidery Color Format(.INF) + <_option value="jef">Janome Embroidery Format(.JEF) + <_option value="ksm">Pfaff Embroidery Format(.KSM) + <_option value="max">Pfaff Embroidery Format(.MAX) + <_option value="pcd">Pfaff Embroidery Format(.PCD) + <_option value="pcq">Pfaff Embroidery Format(.PCQ) + <_option value="pcs">Pfaff Embroidery Format(.PCS) + <_option value="pec">Brother Embroidery Format(.PEC) + <_option value="pes">Brother Embroidery Format(.PES) + <_option value="plt">AutoCAD Plot Drawing Format(.PLT) + <_option value="rgb">RGB Embroidery Format(.RGB) + <_option value="sew">Janome Embroidery Format(.SEW) + <_option value="tap">Happy Embroidery Format(.TAP) + <_option value="thr">ThredWorks Embroidery Format(.THR) + <_option value="txt">Text File(.TXT) + <_option value="vp3">Pfaff Embroidery Format(.VP3) + <_option value="xxx">Singer Embroidery Format(.XXX) -- cgit v1.2.3