🔨 Warn about Input Shaping + I2S_STEPPER_STREAM (#27051)
This commit is contained in:
parent
cc86e9ecce
commit
e8d953257e
@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user