ソースを参照

Sanity check CONTROLLERFAN_SECS

Scott Lahteine 4年前
コミット
68face848a
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      Marlin/src/inc/SanityCheck.h

+ 2
- 0
Marlin/src/inc/SanityCheck.h ファイルの表示

@@ -272,6 +272,8 @@
272 272
   #error "CONTROLLERFAN_PIN is now CONTROLLER_FAN_PIN, enabled with USE_CONTROLLER_FAN. Please update your Configuration_adv.h."
273 273
 #elif defined(CONTROLLERFAN_SPEED)
274 274
   #error "CONTROLLERFAN_SPEED is now CONTROLLERFAN_SPEED_ACTIVE. Please update your Configuration_adv.h."
275
+#elif defined(CONTROLLERFAN_SECS)
276
+  #error "CONTROLLERFAN_SECS is now CONTROLLERFAN_IDLE_TIME. Please update your Configuration_adv.h."
275 277
 #elif defined(MIN_RETRACT)
276 278
   #error "MIN_RETRACT is now MIN_AUTORETRACT and MAX_AUTORETRACT. Please update your Configuration_adv.h."
277 279
 #elif defined(ADVANCE)

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