Commit a3e39980 authored by kliment's avatar kliment

Merge pull request #119 from ErikZalm/master

Faster firmware startup for sanguinololu and similar boards
parents 2ebcd0ef 752320aa
...@@ -72,7 +72,7 @@ class printcore(): ...@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment