🔧 Base NUM_AXES on defined DRIVER_TYPEs (#24106)

This commit is contained in:
Scott Lahteine 2022-07-22 12:48:05 -05:00
parent 53ee7fce5b
commit ec95e66ff0

View File

@ -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