Browse Source

🩹 Fix Freeze Feature (#24664)

Keith Bennett 1 year ago
parent
commit
b19d44ba0b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/MarlinCore.cpp

+ 1
- 1
Marlin/src/MarlinCore.cpp View File

@@ -488,7 +488,7 @@ inline void manage_inactivity(const bool no_stepper_sleep=false) {
488 488
     }
489 489
   #endif
490 490
 
491
-  #if HAS_FREEZE_PIN
491
+  #if ENABLED(FREEZE_FEATURE)
492 492
     stepper.frozen = READ(FREEZE_PIN) == FREEZE_STATE;
493 493
   #endif
494 494
 

Loading…
Cancel
Save