Browse Source

🔧 Base NUM_AXES on defined DRIVER_TYPEs (#24106)

FB4S_WIFI
Scott Lahteine 2 years ago
parent
commit
ec95e66ff0
  1. 4
      Marlin/src/inc/Warnings.cpp

4
Marlin/src/inc/Warnings.cpp

@ -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…
Cancel
Save