forked from CreatBot/CreatBotKlipperScreen
Improve Job status (#592)
Adds heater_generic and/or temp_sensors besides extruder/bed (because of the limited space maybe only 1) Temps are now buttons and act as a shortcut to the temp panel Adds fan_generic to the fan label and it's now a shortcut to the fan panel The colors and size of the progress circle were changed to be more subtle. Margins between items were augmented, because they are buttons now Adds 3 information pages: move, extrusion and time: move can be opened with speed or z buttons time with elapsed/remaining buttons extrusion with the extrude_factor / flowrate button
This commit is contained in:
@@ -121,7 +121,8 @@ class Printer:
|
||||
'toolhead',
|
||||
'virtual_sdcard',
|
||||
'webhooks',
|
||||
'fimware_retraction'
|
||||
'fimware_retraction',
|
||||
'motion_report'
|
||||
]
|
||||
|
||||
for x in (self.get_tools() + self.get_heaters()):
|
||||
|
Reference in New Issue
Block a user