Commit 4d71f655 authored by Guillaume Seguin's avatar Guillaume Seguin

Make Pronsole's Status a new style class

parent 1e8d05ac
...@@ -407,7 +407,7 @@ class Settings(object): ...@@ -407,7 +407,7 @@ class Settings(object):
def _all_settings(self): def _all_settings(self):
return self._settings return self._settings
class Status: class Status(object):
def __init__(self): def __init__(self):
self.extruder_temp = 0 self.extruder_temp = 0
......
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