Parcourir la source

🩹 Fix Freeze Feature (#24664)

Keith Bennett il y a 1 an
Parent
révision
b19d44ba0b
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/src/MarlinCore.cpp

+ 1
- 1
Marlin/src/MarlinCore.cpp Voir le fichier

@@ -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
 

Chargement…
Annuler
Enregistrer