Skip to content

Commit

Permalink
馃┕ Fix Freeze Feature (MarlinFirmware#24664)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Aug 25, 2022
1 parent 2a2c161 commit b19d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/MarlinCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ inline void manage_inactivity(const bool no_stepper_sleep=false) {
}
#endif

#if HAS_FREEZE_PIN
#if ENABLED(FREEZE_FEATURE)
stepper.frozen = READ(FREEZE_PIN) == FREEZE_STATE;
#endif

Expand Down

0 comments on commit b19d44b

Please sign in to comment.