️ Input Shaping improvements (#24951)

This commit is contained in:
tombrazier 2022-11-28 03:38:15 +00:00 committed by GitHub
parent d4d1112ae8
commit 89334caa52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 468 additions and 367 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 ENABLED(INPUT_SHAPING)
#if HAS_SHAPING
case 593: M593(); break; // M593: Set Input Shaping parameters
#endif