From 8f76e53c0eef351576be7fa2acbb964af031d7b3 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 25 Apr 2021 15:02:42 -0400 Subject: stepper: Remove min_stop_interval from mcu code Now that the host never uses a min_stop_interval, remove it from the mcu code. 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 849f8deb..fa35c2bf 100644 --- a/klippy/mcu.py +++ b/klippy/mcu.py @@ -824,7 +824,7 @@ class MCU: return False, '%s: %s' % (self._name, stats) Common_MCU_errors = { - ("Timer too close", "No next step"): """ + ("Timer too close",): """ This often indicates the host computer is overloaded. Check for other processes consuming excessive CPU time, high swap usage, disk errors, overheating, unstable voltage, or -- cgit v1.2.3-70-g09d2