🔧 No SHAPING_MENU without standard shapers

This commit is contained in:
Scott Lahteine
2026-01-24 23:15:21 -06:00
parent b1fe363f2f
commit c8207fbc15

View File

@@ -376,6 +376,11 @@
#undef INPUT_SHAPING_X
#undef INPUT_SHAPING_Y
#undef INPUT_SHAPING_Z
#endif
// Disallowed with no shaping
#if NONE(INPUT_SHAPING_X, INPUT_SHAPING_Y, INPUT_SHAPING_Z)
#undef SHAPING_MENU
#undef INPUT_SHAPING_E_SYNC
#endif