summaryrefslogtreecommitdiff
path: root/embroider_params.py
diff options
context:
space:
mode:
authorLex Neva <github@lexneva.name>2016-01-18 18:18:30 -0500
committerLex Neva <github@lexneva.name>2016-01-18 18:18:30 -0500
commit521be47402de0ff955c8b2499ebec226938cdfc7 (patch)
tree6dda7ce5067d12ba495fd0285c19ef18c3e8abcf /embroider_params.py
parent3e3d54008937e0195c88143986ab6dc44c21facb (diff)
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.
Diffstat (limited to 'embroider_params.py')
0 files changed, 0 insertions, 0 deletions