Wykres commitów

2922 Commity (kgn/logging-revamp)

Autor SHA1 Wiadomość Data
Lex Neva 48d957860e convert tabs to spaces 2016-01-18 18:31:10 -05:00
Lex Neva 521be47402 really fix "preserve order"
My previous fix didn't really do the job.  It took patches in Z-order, but runs of patches of the same color were fed into the TSP algorithm and it could embroider them in whatever order it chose.  This resulted in underlays for my fill regions being embroidered AFTER the fill.

Now, the "preserve order" option has been changed to "preserve layers".  Patches on different layers are gauranteed to be stitched in layer order.  Patches of the same color within the same layer can be stitched in any order as chosen by the TSP algorithm.
2016-01-18 18:18:30 -05:00
Lex Neva 3e3d540089 major revamp
* properly process transform parameters (ungrouping no longer necessary!)
  * handle satin on beziers properly
    * previously beziers were stroked as straight line segments that included control points
  * allow overriding parameters on individual paths by adding extra svg params
    * embroider_angle, embroider_stitch_length, embroider_zigzag_spacing, embroider_row_spacing, etc
    * set using "Edit XML"
  * default to 10 pixels per millimeter
  * properly write CSV files in millimeters (was dividing by 10)
  * always translate pattern to origin to fit in hoop
  * add "running stitch length" for < 0.5 stroke width)
  * don't traceback if no paths were selected
  * add "repeats" option for stroke (satin/running stitch) to go back and forth over the line
    * good for a double line of center-line underlay below satin
2016-01-08 22:56:10 -05:00
Lex Neva 142f0a5681 make 'preserve stacking order' actually work 2016-01-06 10:44:05 -05:00
Lex Neva 2a31088cb8 set to 10 pixels per mm for embroidermodder CSV output 2016-01-06 10:43:51 -05:00
Stefan Siegl 97070898b4 Merge pull request #1 from phidiasllc/master
Several fixes and a new target type
2015-12-15 22:39:51 +01:00
Bas Wijnen e7bf0753b5 allow specifying orientation 2015-12-15 01:09:25 -05:00
Bas Wijnen 284e6e4d21 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.
2015-11-11 00:17:45 -05:00
Stefan Siegl 58967a4681 Increase precision of spacing params 2015-01-03 03:00:24 +01:00
Stefan Siegl 65d037d335 Fix preamble generation for very short patches 2015-01-03 03:00:02 +01:00
Stefan Siegl 160b08062c Improve zigzag path around stroke + sep. spacing config
Don't use path nodes as stich points, just use the stroke as a
guide for the zigzag stich
2015-01-02 23:48:33 +01:00
Stefan Siegl 1689309c6e Optionally auto-generate preambles 2015-01-02 14:30:33 +01:00
Stefan Siegl 60199fffe0 Filter out duplicate stitches 2014-12-29 23:34:37 +01:00
Stefan Siegl 35e5c09c99 Allow to collapse (jump) stitches 2014-12-29 22:38:22 +01:00
Stefan Siegl 0c1cfae0b7 ignore .pyc files 2014-12-29 13:55:42 +01:00
Stefan Siegl e80f5f4003 Allow to hatch filled paths 2014-12-29 13:54:14 +01:00
Stefan Siegl b9d08f87ce Fix indentation 2014-12-29 13:29:53 +01:00
Stefan Siegl 9480ec1ed7 Correctly close polygons with multiple sub-paths 2014-12-29 12:44:38 +01:00
Stefan Siegl a87d35cfd0 Ignore vim swap files 2014-12-29 12:42:30 +01:00
Stefan Siegl 4aef2789a2 Add Embroidermodder 2 CSV export 2014-12-27 17:30:54 +01:00
Stefan Siegl ea07ab6f10 Handle closed paths 2014-12-26 23:26:06 +01:00
Stefan Siegl 47449d22cb Initial import of upstream code
Embroidery output extension for Inkscape;
downloaded from http://www.jonh.net/~jonh/inkscape-embroidery/
on 2014-12-26 19:38 CET

Copyright 2010 by Jon Howell, licensed under GPLv3.
2014-12-26 23:15:48 +01:00