diff options
Diffstat (limited to 'klippy')
-rw-r--r-- | klippy/toolhead.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/toolhead.py b/klippy/toolhead.py index 7399c189..ed9c8603 100644 --- a/klippy/toolhead.py +++ b/klippy/toolhead.py @@ -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), |