Skip to content

Commit

Permalink
🔨 Move Creality 4.2.2 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and ptoal committed Jan 12, 2022
1 parent f647e7b commit 3da31aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Marlin/src/inc/Warnings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3da31aa

Please sign in to comment.