From 89082b494f9565c6685530b58e0780327b28ceb8 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 2 May 2021 17:39:58 -0400 Subject: klippy: Report known software versions on a protocol error during connection Signed-off-by: Kevin O'Connor --- klippy/mcu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/mcu.py') diff --git a/klippy/mcu.py b/klippy/mcu.py index 522fff2f..6fb66247 100644 --- a/klippy/mcu.py +++ b/klippy/mcu.py @@ -811,7 +811,7 @@ class MCU: self._name, eventtime) self._printer.invoke_shutdown("Lost communication with MCU '%s'" % ( self._name,)) - def get_status(self, eventtime): + def get_status(self, eventtime=None): return dict(self._get_status_info) def stats(self, eventtime): load = "mcu_awake=%.03f mcu_task_avg=%.06f mcu_task_stddev=%.06f" % ( -- cgit v1.2.3-70-g09d2