summaryrefslogtreecommitdiff
path: root/lib/extensions/input.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-05-28 22:15:07 -0400
committerLex Neva <github.com@lexneva.name>2018-05-28 22:39:59 -0400
commitf0c8c6a27b2ea2688bceaea0b86e1c182dee39c9 (patch)
treebf97c0e78cf79ee5cd0672f84e2fcc081e13a399 /lib/extensions/input.py
parent49b8c9f00b589ec4f2bac02a17b8d58583903e27 (diff)
don't do ties around the fake color change of a "STOP after"
Diffstat (limited to 'lib/extensions/input.py')
-rw-r--r--lib/extensions/input.py2
1 files changed, 1 insertions, 1 deletions
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