From 521be47402de0ff955c8b2499ebec226938cdfc7 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 18 Jan 2016 18:18:30 -0500 Subject: 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. --- embroider.inx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'embroider.inx') diff --git a/embroider.inx b/embroider.inx index 1dd59464..d2682eba 100644 --- a/embroider.inx +++ b/embroider.inx @@ -9,8 +9,9 @@ 3.0 3.0 0.0 - false + true false + true <_option value="0">None <_option value="010">0-1-0 -- cgit v1.2.3