🎨 HAS_SHAPING => HAS_ZV_SHAPING

This commit is contained in:
Scott Lahteine 2023-03-31 20:26:49 -05:00
parent afb9ed73ac
commit 8cdf43f8fd
11 changed files with 29 additions and 29 deletions

View file

@ -933,7 +933,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 575: M575(); break; // M575: Set serial baudrate
#endif
#if HAS_SHAPING
#if HAS_ZV_SHAPING
case 593: M593(); break; // M593: Set Input Shaping parameters
#endif