diff options
Diffstat (limited to 'embroider.py')
| -rw-r--r-- | embroider.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embroider.py b/embroider.py index b7edc011..4fcd89e3 100644 --- a/embroider.py +++ b/embroider.py @@ -1736,7 +1736,7 @@ def stitches_to_polylines(stitches): # last_color = None - if stitch.color != last_color or stitch.jump_stitch: + if stitch.color != last_color: polylines.append([stitch.color, []]) polylines[-1][1].append(stitch.as_tuple()) |
