summaryrefslogtreecommitdiff
path: root/lib/extensions/input.py
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-05-29 19:58:27 -0400
committerGitHub <noreply@github.com>2018-05-29 19:58:27 -0400
commitd3d5e45fa59893825927a50e0bfcaba22d7bb196 (patch)
treeed970267c2a09ba56256c0b4c3aafa5bacabb049 /lib/extensions/input.py
parentbf86eace9ada3beb6ba58f6f3d982da0e391bd7c (diff)
parentb32a37178aaa1a31beb608d69504e6b4a822a1b5 (diff)
Merge pull request #171 from lexelby/lexelby-fix-grandma
fix grandma
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