fixed second job done check
This commit is contained in:
parent
1fef08d36f
commit
70c1ae8e3c
@ -134,7 +134,7 @@ try:
|
||||
# DISPLAY OUR MASTERPIECE
|
||||
epd.display(epd.getbuffer(paper))
|
||||
epd.sleep()
|
||||
if jobdata['percent'] == "100":
|
||||
if jobdata['percent'] == "100" or jobdata['bedtarget'] == jobdata['target']:
|
||||
time.sleep(300)
|
||||
else:
|
||||
time.sleep(30)
|
||||
|
Loading…
x
Reference in New Issue
Block a user