🔧 Base NUM_AXES on defined DRIVER_TYPEs (#24106)
This commit is contained in:
parent
53ee7fce5b
commit
ec95e66ff0
@ -35,8 +35,8 @@
|
|||||||
#warning "WARNING! Disable MARLIN_DEV_MODE for the final build!"
|
#warning "WARNING! Disable MARLIN_DEV_MODE for the final build!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if LINEAR_AXES_WARNING
|
#if NUM_AXES_WARNING
|
||||||
#warning "Note: LINEAR_AXES is now based on the *_DRIVER_TYPE settings so you can remove LINEAR_AXES from Configuration.h."
|
#warning "Note: NUM_AXES is now based on the *_DRIVER_TYPE settings so you can remove NUM_AXES from Configuration.h."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Safety Features
|
// Safety Features
|
||||||
|
Loading…
Reference in New Issue
Block a user