ソースを参照

Keep filament runout pin for Creality Melzi (#18504)

InsanityAutomation 4年前
コミット
e401b0c8ee
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更7行の追加1行の削除
  1. 7
    1
      Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h

+ 7
- 1
Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h ファイルの表示

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

読み込み中…
キャンセル
保存