Browse Source

🔨 Move Creality 4.2.2 warning

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
parent
commit
49e8defda1
  1. 5
      Marlin/src/inc/Warnings.cpp

5
Marlin/src/inc/Warnings.cpp

@ -475,3 +475,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

Loading…
Cancel
Save