Commit 5ddbed50 authored by DanLipsitt's avatar DanLipsitt

fix typo in do_pause() log output

parent 7019d781
...@@ -695,7 +695,7 @@ class pronsole(cmd.Cmd): ...@@ -695,7 +695,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