瀏覽代碼

Make Conditionals.h a catch-all for old configs

Scott Lahteine 8 年之前
父節點
當前提交
83d341c394
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      Marlin/Conditionals.h
  2. 1
    1
      Marlin/MarlinSerial.cpp

+ 1
- 1
Marlin/Conditionals.h 查看文件

@@ -24,4 +24,4 @@
24 24
  * Conditionals.h
25 25
  * OBSOLETE: Replaced by Conditionals_LCD.h and Conditionals_post.h
26 26
  */
27
-#include "SanityCheck.h"
27
+#error "Old configurations? Please delete all #include lines from Configuration.h and Configuration_adv.h."

+ 1
- 1
Marlin/MarlinSerial.cpp 查看文件

@@ -451,7 +451,7 @@ MarlinSerial customizedSerial;
451 451
 #if ENABLED(EMERGENCY_PARSER)
452 452
 
453 453
   // Currently looking for: M108, M112, M410
454
-  // If you alter the parser please don't forget to update the capabilities in Conditionals.h
454
+  // If you alter the parser please don't forget to update the capabilities in Conditionals_post.h
455 455
 
456 456
   FORCE_INLINE void emergency_parser(unsigned char c) {
457 457
 

Loading…
取消
儲存