Commit 8fb6c98d authored by Kaz Walker's avatar Kaz Walker

[printcore] fixed typo.

parent b0cb2b07
...@@ -222,7 +222,7 @@ class printcore(): ...@@ -222,7 +222,7 @@ class printcore():
def pause(self): def pause(self):
"""Pauses the print, saving the current position. """Pauses the print, saving the current position.
""" """
return False if !selft.printing return False if !self.printing
self.paused = True self.paused = True
self.printing = False self.printing = False
self.print_thread.join() self.print_thread.join()
......
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