Browse Source

🔨 Move Creality 4.2.2 warning

Scott Lahteine 2 years ago
parent
commit
f395198e14
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      Marlin/src/inc/Warnings.cpp

+ 5
- 0
Marlin/src/inc/Warnings.cpp View File

@@ -455,3 +455,8 @@
455 455
     #warning "Auto-assigned K_DIAG_PIN to E7_DIAG_PIN."
456 456
   #endif
457 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

Loading…
Cancel
Save