Skip to content

Commit

Permalink
Update 270 pixel width
Browse files Browse the repository at this point in the history
  • Loading branch information
clholgat authored and dl1com committed Sep 8, 2023
1 parent c7353df commit 6072855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/python/ayab/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class Machine(Enum):
# number of needles on machine
def width(self):
if self == Machine.KH270:
return 114
# The last needles don't pattern.
return 112
else:
return 200

Expand Down

0 comments on commit 6072855

Please sign in to comment.