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:
Alfredo Monclus
2022-05-01 12:22:58 -03:00
committed by GitHub
parent aac58bd885
commit 31546f0020
5 changed files with 523 additions and 279 deletions

View File

@@ -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()):