🔨 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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -788,8 +788,13 @@
/** /**
* Input Shaping * Input Shaping
*/ */
#if HAS_ZV_SHAPING && ANY(CORE_IS_XY, MARKFORGED_XY, MARKFORGED_YX) #if HAS_ZV_SHAPING
#warning "Input Shaping for CORE / MARKFORGED kinematic axes is still experimental." #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 #endif
/** /**