mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-10 16:43:08 +00:00
🔧 Simpler CREALITY_V422 warning (#26826)
This commit is contained in:
parent
ecde3a3158
commit
a9e72b2a2c
1 changed files with 2 additions and 1 deletions
|
@ -682,7 +682,8 @@
|
|||
#endif
|
||||
|
||||
#if ENABLED(EMIT_CREALITY_422_WARNING) && DISABLED(NO_CREALITY_422_DRIVER_WARNING)
|
||||
#warning "Creality 4.2.2 boards come with a variety of stepper drivers. Check the board label (typically on SD Card module) and set the correct *_DRIVER_TYPE! (C=HR4988, E=A4988, A=TMC2208, B=TMC2209, H=TMC2225, H8=HR4988). (Define NO_CREALITY_422_DRIVER_WARNING to suppress this warning.)"
|
||||
// Driver labels: A=TMC2208, B=TMC2209, C=HR4988, E=A4988, H=TMC2225, H8=HR4988
|
||||
#warning "Creality 4.2.2 boards come with a variety of stepper drivers. Check the board label (typically on SD Card module) and set the correct *_DRIVER_TYPE! (A/H: TMC2208_STANDALONE B: TMC2209_STANDALONE C/E/H8: A4988). (Define NO_CREALITY_422_DRIVER_WARNING to suppress this warning.)"
|
||||
#endif
|
||||
|
||||
#if ENABLED(PRINTCOUNTER_SYNC)
|
||||
|
|
Loading…
Add table
Reference in a new issue