Преглед на файлове

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…
Отказ
Запис