diff options
| author | Stefan Siegl <stesie@brokenpipe.de> | 2014-12-27 17:30:54 +0100 |
|---|---|---|
| committer | Stefan Siegl <stesie@brokenpipe.de> | 2014-12-27 17:30:54 +0100 |
| commit | 4aef2789a2914a15b2a6d091718898c644d1e7cc (patch) | |
| tree | 2da1e2efb7622caaa77f173a489e68d220fab5ac /embroider.inx | |
| parent | ea07ab6f108f4ec4af3fec43104e0467e206b92e (diff) | |
Add Embroidermodder 2 CSV export
Diffstat (limited to 'embroider.inx')
| -rw-r--r-- | embroider.inx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/embroider.inx b/embroider.inx index 25ea423d..824f22b8 100644 --- a/embroider.inx +++ b/embroider.inx @@ -7,6 +7,11 @@ <param name="row_spacing_mm" type="float" min="0.01" max="5.00" _gui-text="Row spacing (mm)">0.40</param> <param name="max_stitch_len_mm" type="float" min="0.1" max="10.0" _gui-text="Maximum stitch length (mm)">3.0</param> <param name="preserve_order" type="boolean" _gui-text="Preserve stacking order" description="if false, sorts by color, which saves thread changes. True preserves stacking order, important if you're laying colors over each other.">false</param> + <param name="output_format" type="optiongroup" _gui-text="Output file format" appearance="minimal"> + <_option value="melco">Melco</_option> + <_option value="csv">Embroidermodder 2 CSV</_option> + </param> + <param name="filename" type="string" _gui-text="File">embroider-output.exp</param> <effect> <object-type>all</object-type> <effects-menu> |
