From f0c8c6a27b2ea2688bceaea0b86e1c182dee39c9 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 28 May 2018 22:15:07 -0400 Subject: don't do ties around the fake color change of a "STOP after" --- lib/extensions/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/extensions') diff --git a/lib/extensions/input.py b/lib/extensions/input.py index f8bf5a5d..251859c5 100644 --- a/lib/extensions/input.py +++ b/lib/extensions/input.py @@ -44,7 +44,7 @@ class Input(object): if not stitch.flags & END: color_block.add_stitch(stitch.xx * PIXELS_PER_MM, stitch.yy * PIXELS_PER_MM, jump=stitch.flags & JUMP, - stop=stitch.flags & STOP, + color_change=stitch.flags & STOP, trim=stitch.flags & TRIM) extents = stitch_plan.extents -- cgit v1.2.3