mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-05 04:46:00 +01:00
toolhead: Export the print_stalls value via get_status()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -502,6 +502,7 @@ class ToolHead:
|
||||
estimated_print_time = self.mcu.estimated_print_time(eventtime)
|
||||
res = dict(self.kin.get_status(eventtime))
|
||||
res.update({ 'print_time': print_time,
|
||||
'stalls': self.print_stall,
|
||||
'estimated_print_time': estimated_print_time,
|
||||
'extruder': self.extruder.get_name(),
|
||||
'position': self.Coord(*self.commanded_pos),
|
||||
|
||||
Reference in New Issue
Block a user