ソースを参照

Remove BEEPER_PIN override in pins_RIGIDBOARD.h

Resolves #5926. This override is no longer needed since the RAMPS LCD controller pins were fixed.
Scott Lahteine 7年前
コミット
eeb490221f
1個のファイルの変更0行の追加3行の削除
  1. 0
    3
      Marlin/pins_RIGIDBOARD.h

+ 0
- 3
Marlin/pins_RIGIDBOARD.h ファイルの表示

@@ -124,9 +124,6 @@
124 124
 
125 125
 #elif ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
126 126
 
127
-  #undef BEEPER_PIN
128
-  #define BEEPER_PIN -1
129
-
130 127
   #undef  SD_DETECT_PIN
131 128
   #define SD_DETECT_PIN 22
132 129
 

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