🔨 Warn about Input Shaping + I2S_STEPPER_STREAM (#27051)

This commit is contained in:
Keith Bennett
2024-05-19 19:45:57 -07:00
committed by GitHub
parent cc86e9ecce
commit e8d953257e

View File

@@ -788,9 +788,14 @@
/**
* Input Shaping
*/
#if HAS_ZV_SHAPING && ANY(CORE_IS_XY, MARKFORGED_XY, MARKFORGED_YX)
#if HAS_ZV_SHAPING
#if ANY(CORE_IS_XY, MARKFORGED_XY, MARKFORGED_YX)
#warning "Input Shaping for CORE / MARKFORGED kinematic axes is still experimental."
#endif
#if ENABLED(I2S_STEPPER_STREAM)
#warning "Input Shaping has not been tested with I2S_STEPPER_STREAM."
#endif
#endif
/**
* Automatic Multistepping Limit