Ink/Stitch: An open source machine embroidery design platform based on Inkscape
 
 
 
 
 
 
Go to file
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
images Initial import of upstream code 2014-12-26 23:15:48 +01:00
.gitignore ignore .pyc files 2014-12-29 13:55:42 +01:00
PyEmb.py major revamp 2016-01-08 22:56:10 -05:00
embroider.inx really fix "preserve order" 2016-01-18 18:18:30 -05:00
embroider.py really fix "preserve order" 2016-01-18 18:18:30 -05:00
index.html Initial import of upstream code 2014-12-26 23:15:48 +01:00
makefile Initial import of upstream code 2014-12-26 23:15:48 +01:00