Remove dead code

master
Guillaume Seguin 2012-09-05 15:47:10 +02:00
parent bbcdf2f383
commit d01cb51a57
1 changed files with 0 additions and 3 deletions

View File

@ -114,9 +114,6 @@ class PronterWindow(MainWindow, pronsole.pronsole):
self.monitor_interval = 3
self.paused = False
self.sentlines = Queue.Queue(30)
xcol = (245, 245, 108)
ycol = (180, 180, 255)
zcol = (180, 255, 180)
self.cpbuttons = [
[_("Motors off"), ("M84"), None, (250, 250, 250), 0, _("Switch all motors off")],
[_("Check temp"), ("M105"), (2, 5), (225, 200, 200), (1, 1), _("Check current hotend temperature")],