🔧 Warning for ZV Shaping on CoreQZ (#27200)

This commit is contained in:
Keith Bennett
2024-06-21 17:30:29 -07:00
committed by Scott Lahteine
parent b3d462b890
commit 6d7d281559

View File

@@ -789,7 +789,7 @@
* Input Shaping
*/
#if HAS_ZV_SHAPING
#if ANY(CORE_IS_XY, MARKFORGED_XY, MARKFORGED_YX)
#if ANY(IS_CORE, MARKFORGED_XY, MARKFORGED_YX)
#warning "Input Shaping for CORE / MARKFORGED kinematic axes is still experimental."
#endif
#if ENABLED(I2S_STEPPER_STREAM)