1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 05:48:43 +00:00

🔨 Move Creality 4.2.2 warning

This commit is contained in:
Scott Lahteine 2021-10-04 22:16:15 -05:00
parent e8459ae63c
commit f395198e14

View File

@ -455,3 +455,8 @@
#warning "Auto-assigned K_DIAG_PIN to E7_DIAG_PIN."
#endif
#endif
// Ender 3 Pro (but, apparently all Creality 4.2.2 boards)
#if ENABLED(EMIT_CREALITY_422_WARNING) || MB(CREALITY_V4)
#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!"
#endif