🩹 Fix Freeze Feature (#24664)
This commit is contained in:
parent
a8cf886aa5
commit
68c5e97fd7
@ -488,7 +488,7 @@ inline void manage_inactivity(const bool no_stepper_sleep=false) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAS_FREEZE_PIN
|
#if ENABLED(FREEZE_FEATURE)
|
||||||
stepper.frozen = READ(FREEZE_PIN) == FREEZE_STATE;
|
stepper.frozen = READ(FREEZE_PIN) == FREEZE_STATE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user