Permit Linear Advance with I2S Streaming (#24684)

This commit is contained in:
tombrazier
2022-09-02 03:04:46 +01:00
committed by GitHub
parent 243f7f2834
commit 8e71f7add4
6 changed files with 48 additions and 30 deletions

View File

@@ -35,6 +35,10 @@
#warning "WARNING! Disable MARLIN_DEV_MODE for the final build!"
#endif
#if ENABLED(LA_DEBUG)
#warning "WARNING! Disable LA_DEBUG for the final build!"
#endif
#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