mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-02 19:36:04 +01:00
mcu: It is not necessary to export an is_shutdown() method
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -1107,9 +1107,6 @@ class MCU:
|
|||||||
offset, freq = self._clocksync.calibrate_clock(print_time, eventtime)
|
offset, freq = self._clocksync.calibrate_clock(print_time, eventtime)
|
||||||
self._conn_helper.check_timeout(eventtime)
|
self._conn_helper.check_timeout(eventtime)
|
||||||
return offset, freq
|
return offset, freq
|
||||||
# Low-level connection wrappers
|
|
||||||
def is_shutdown(self):
|
|
||||||
return self._conn_helper.is_shutdown()
|
|
||||||
# Statistics wrappers
|
# Statistics wrappers
|
||||||
def get_status(self, eventtime=None):
|
def get_status(self, eventtime=None):
|
||||||
return self._stats_helper.get_status(eventtime)
|
return self._stats_helper.get_status(eventtime)
|
||||||
|
|||||||
Reference in New Issue
Block a user