Commit ed20b692 authored by Kliment's avatar Kliment

Merge branch 'master' of github.com:kliment/Printrun

Conflicts:
	pronterface.py
parents 013c9f0b df81a73d
...@@ -136,7 +136,6 @@ class PronterWindow(wx.Frame,pronsole.pronsole): ...@@ -136,7 +136,6 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
wx.CallAfter(self.printbtn.SetLabel,"Print") wx.CallAfter(self.printbtn.SetLabel,"Print")
def online(self): def online(self):
print "Printer is now online" print "Printer is now online"
wx.CallAfter(self.connectbtn.Disable) wx.CallAfter(self.connectbtn.Disable)
...@@ -1019,7 +1018,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole): ...@@ -1019,7 +1018,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
def on_startprint(self): def on_startprint(self):
wx.CallAfter(self.pausebtn.SetLabel, "Pause") wx.CallAfter(self.pausebtn.SetLabel, "Pause")
wx.CallAfter(self.pausebtn.Show) wx.CallAfter(self.pausebtn.Enable)
wx.CallAfter(self.printbtn.SetLabel, "Restart") wx.CallAfter(self.printbtn.SetLabel, "Restart")
def endupload(self): def endupload(self):
......
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