Parcourir la source

Keep filament runout pin for Creality Melzi (#18504)

InsanityAutomation il y a 4 ans
Parent
révision
e401b0c8ee
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7
    1
      Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h

+ 7
- 1
Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h Voir le fichier

@@ -61,7 +61,6 @@
61 61
 #undef LCD_PINS_D5
62 62
 #undef LCD_PINS_D6
63 63
 #undef LCD_PINS_D7
64
-#undef FIL_RUNOUT_PIN                             // Uses Beeper/LED Pin Pulled to GND
65 64
 
66 65
 #define LCD_SDSS                             31   // Smart Controller SD card reader (rather than the Melzi)
67 66
 #define LCD_PINS_RS                          28   // ST9720 CS
@@ -71,6 +70,13 @@
71 70
 #if ENABLED(BLTOUCH)
72 71
   #define SERVO0_PIN                         27
73 72
   #undef BEEPER_PIN
73
+#elif ENABLED(FILAMENT_RUNOUT_SENSOR)
74
+  #ifndef FIL_RUNOUT_PIN
75
+    #define FIL_RUNOUT_PIN                   27
76
+  #endif
77
+  #if FIL_RUNOUT_PIN == BEEPER_PIN
78
+    #undef BEEPER_PIN
79
+  #endif
74 80
 #endif
75 81
 
76 82
 #if ENABLED(MINIPANEL)

Chargement…
Annuler
Enregistrer