Nonlinear Extrusion Control (M592) (#26127)

This commit is contained in:
Andrew Bortz 2023-10-10 20:24:48 -07:00 committed by GitHub
parent 6d301a282e
commit e9b9d634c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 190 additions and 8 deletions

View file

@ -935,6 +935,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 575: M575(); break; // M575: Set serial baudrate
#endif
#if ENABLED(NONLINEAR_EXTRUSION)
case 592: M592(); break; // M592: Nonlinear Extrusion control
#endif
#if HAS_ZV_SHAPING
case 593: M593(); break; // M593: Input Shaping control
#endif