Increased the delay in printcore/_listen. Now the bootloader exits after 1 second.

master
ErikZalm 2011-12-06 19:29:01 +01:00
parent 2ebcd0efcd
commit 752320aa57
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class printcore():
"""This function acts on messages from the firmware """This function acts on messages from the firmware
""" """
self.clear=True self.clear=True
time.sleep(0.5) time.sleep(1.0)
self.send_now("M105") self.send_now("M105")
while(True): while(True):
if(not self.printer or not self.printer.isOpen): if(not self.printer or not self.printer.isOpen):