From dfdcbece5325e0545e00ae96937a1d6da6623435 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 5 Sep 2017 23:07:45 -0400 Subject: [PATCH] mcu: Improve error descriptions in Common_MCU_errors Signed-off-by: Kevin O'Connor --- klippy/mcu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/klippy/mcu.py b/klippy/mcu.py index c0fc8f6d..fd1a1715 100644 --- a/klippy/mcu.py +++ b/klippy/mcu.py @@ -748,10 +748,10 @@ class MCU: Common_MCU_errors = { ("Timer too close", "No next step", "Missed scheduling of next "): """ This is generally indicative of an intermittent -communication failure.""", +communication failure between micro-controller and host.""", ("ADC out of range",): """ This generally occurs when a heater temperature exceeds -it's configured min_temp or max_temp.""", +its configured min_temp or max_temp.""", ("Rescheduled timer in the past", "Stepper too far in past"): """ This generally occurs when the micro-controller has been requested to step at a rate higher than it is capable of