diff options
| author | Bas Wijnen <wijnen@debian.org> | 2015-11-11 00:17:45 -0500 |
|---|---|---|
| committer | Bas Wijnen <wijnen@debian.org> | 2015-11-11 00:17:45 -0500 |
| commit | 284e6e4d216453ce7c35041d56465e9f9394f97c (patch) | |
| tree | 53935c9ec9e7622749e71998f99d89445fe6ae19 /embroider.inx | |
| parent | 58967a4681dfe68eed3e6c25e691b56c276417e4 (diff) | |
Make it work well for Franklin
Add Franklin G-Code target as output.
Fix issue that filled area was treated as one patch per stitch.
Don't autodetect orientation; let the user choose by orienting the object.
Remove empty stitches.
Base generated inkscape path on output from file.
Allow maximum stitch length of 10 cm.
Save debug output in /tmp.
Disable almost all debugging.
Let hatching connect the segments.
Diffstat (limited to 'embroider.inx')
| -rw-r--r-- | embroider.inx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embroider.inx b/embroider.inx index 8fc22131..cb12591a 100644 --- a/embroider.inx +++ b/embroider.inx @@ -6,7 +6,7 @@ <dependency type="executable" location="extensions">inkex.py</dependency> <param name="zigzag_spacing_mm" type="float" min="0.01" max="5.00" precision="2" _gui-text="Zigzag spacing (mm)">1.00</param> <param name="row_spacing_mm" type="float" min="0.01" max="5.00" precision="2" _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="max_stitch_len_mm" type="float" min="0.1" max="100.0" _gui-text="Maximum stitch length (mm)">3.0</param> <param name="collapse_len_mm" type="float" min="0.0" max="10.0" _gui-text="Maximum collapse length (mm)">0.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="hatch_filled_paths" type="boolean" _gui-text="Hatch filled paths" description="If false, filled paths are filled using equally-spaced lines. If true, filled paths are filled using hatching lines.">false</param> @@ -20,6 +20,7 @@ <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> + <_option value="gcode">Franklin G-Code</_option> </param> <param name="filename" type="string" _gui-text="File">embroider-output.exp</param> <effect> |
