mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 07:33:56 -06:00
🩹 Fix Freeze Feature (#24664)
This commit is contained in:
parent
2a2c161d87
commit
b19d44ba0b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue