0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-22 17:52:57 +00:00

🔧 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)