Przeglądaj źródła

🔨 Move Creality 4.2.2 warning

Scott Lahteine 3 lat temu
rodzic
commit
f395198e14
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5
    0
      Marlin/src/inc/Warnings.cpp

+ 5
- 0
Marlin/src/inc/Warnings.cpp Wyświetl plik

455
     #warning "Auto-assigned K_DIAG_PIN to E7_DIAG_PIN."
455
     #warning "Auto-assigned K_DIAG_PIN to E7_DIAG_PIN."
456
   #endif
456
   #endif
457
 #endif
457
 #endif
458
+
459
+// Ender 3 Pro (but, apparently all Creality 4.2.2 boards)
460
+#if ENABLED(EMIT_CREALITY_422_WARNING) || MB(CREALITY_V4)
461
+  #warning "Creality 4.2.2 boards may have A4988 or TMC2208_STANDALONE drivers. Check your board and make sure to select the correct DRIVER_TYPE!"
462
+#endif

Ładowanie…
Anuluj
Zapisz