From 4ae72f43f69949a4bba6662d02e2c77a05f08ae2 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 22 Jul 2021 15:30:22 -0400 Subject: [PATCH] "prettyClose": some strange code inside idle controller? #3030 --- firmware/controllers/actuators/idle_hardware.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/controllers/actuators/idle_hardware.cpp b/firmware/controllers/actuators/idle_hardware.cpp index a413ffbd7a..61eaecf8fc 100644 --- a/firmware/controllers/actuators/idle_hardware.cpp +++ b/firmware/controllers/actuators/idle_hardware.cpp @@ -28,8 +28,7 @@ StepperMotor iacMotor; /** * When the IAC position value change is insignificant (lower than this threshold), leave the poor valve alone - * todo: why do we have this logic? is this ever useful? - * See + * This is about stepper motors, it equals to 1 step to avoid excessive micro-movement. */ static percent_t idlePositionSensitivityThreshold = 0.0f;