♻️ Encapsulate PID in class (#24389)
This commit is contained in:
@ -966,7 +966,7 @@ FORCE_INLINE void segment_idle(millis_t &next_idle_ms) {
|
||||
next_idle_ms = ms + 200UL;
|
||||
return idle();
|
||||
}
|
||||
thermalManager.manage_heater(); // Returns immediately on most calls
|
||||
thermalManager.task(); // Returns immediately on most calls
|
||||
}
|
||||
|
||||
#if IS_KINEMATIC
|
||||
|
Reference in New Issue
Block a user