mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
🔧 Base NUM_AXES on defined DRIVER_TYPEs (#24106)
This commit is contained in:
parent
53ee7fce5b
commit
ec95e66ff0
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@
|
|||
#warning "WARNING! Disable MARLIN_DEV_MODE for the final build!"
|
||||
#endif
|
||||
|
||||
#if LINEAR_AXES_WARNING
|
||||
#warning "Note: LINEAR_AXES is now based on the *_DRIVER_TYPE settings so you can remove LINEAR_AXES from Configuration.h."
|
||||
#if NUM_AXES_WARNING
|
||||
#warning "Note: NUM_AXES is now based on the *_DRIVER_TYPE settings so you can remove NUM_AXES from Configuration.h."
|
||||
#endif
|
||||
|
||||
// Safety Features
|
||||
|
|
Loading…
Reference in a new issue