diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-05-29 19:58:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-29 19:58:27 -0400 |
| commit | d3d5e45fa59893825927a50e0bfcaba22d7bb196 (patch) | |
| tree | ed970267c2a09ba56256c0b4c3aafa5bacabb049 /lib/extensions/input.py | |
| parent | bf86eace9ada3beb6ba58f6f3d982da0e391bd7c (diff) | |
| parent | b32a37178aaa1a31beb608d69504e6b4a822a1b5 (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.py | 2 |
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 |
