Commit b3a673bc authored by kliment's avatar kliment

Merge pull request #358 from DanLipsitt/patch-1

fix typo in do_pause() log output
parents 6fcb5b38 5ddbed50
...@@ -790,7 +790,7 @@ class pronsole(cmd.Cmd): ...@@ -790,7 +790,7 @@ class pronsole(cmd.Cmd):
self.p.send_now("M25") self.p.send_now("M25")
else: else:
if(not self.p.printing): if(not self.p.printing):
self.log("Not self.log(ing, cannot pause.") self.log("Not printing, cannot pause.")
return return
self.p.pause() self.p.pause()
#self.p.connect()# This seems to work, but is not a good solution. #self.p.connect()# This seems to work, but is not a good solution.
......
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