From d1cd63eecd9665c789bd4263de07562408ec896f Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 18 Feb 2016 21:40:37 -0500 Subject: get rid of randomness in fills Previously, each row in a fill region was offset by a random amount. This looks better than not offsetting at all (which will create visible columns of stitches), but humans are very good at finding patterns in randomness. The result is that fill regions look weird. This commit instead carefully orders the stitches in fill regions such that each row's stitches are offset by half of max_stitch_length from the previous. There are also a couple of other miscellaneous fixes and features in here -- sorry about that. --- embroider_params.inx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'embroider_params.inx') diff --git a/embroider_params.inx b/embroider_params.inx index 72b92a40..e838cf30 100644 --- a/embroider_params.inx +++ b/embroider_params.inx @@ -5,13 +5,14 @@ embroider_params.py inkex.py - + + all -- cgit v1.2.3