瀏覽代碼

Sanity check for the renamed options

Scott Lahteine 8 年之前
父節點
當前提交
d439fb95f7
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      Marlin/SanityCheck.h

+ 2
- 0
Marlin/SanityCheck.h 查看文件

@@ -153,6 +153,8 @@
153 153
   #error "LCD_PIN_BL is now LCD_BACKLIGHT_PIN. Please update your pins definitions."
154 154
 #elif defined(LCD_PIN_RESET)
155 155
   #error "LCD_PIN_RESET is now LCD_RESET_PIN. Please update your pins definitions."
156
+#elif defined(EXTRUDER_0_AUTO_FAN_PIN) || defined(EXTRUDER_1_AUTO_FAN_PIN) || defined(EXTRUDER_2_AUTO_FAN_PIN) || defined(EXTRUDER_3_AUTO_FAN_PIN)
157
+  #error "EXTRUDER_[0123]_AUTO_FAN_PIN is now E[0123]_AUTO_FAN_PIN. Please update your Configuration_adv.h."
156 158
 #endif
157 159
 
158 160
 /**

Loading…
取消
儲存