⚗️ Temperature Model Predictive Control (#23751)

This commit is contained in:
tombrazier 2022-04-01 08:14:14 +01:00 committed by Scott Lahteine
parent 8fb65211fc
commit 72b2e2b2c7
13 changed files with 566 additions and 32 deletions

View file

@ -790,6 +790,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 305: M305(); break; // M305: Set user thermistor parameters
#endif
#if ENABLED(MPCTEMP)
case 306: M306(); break; // M306: MPC autotune
#endif
#if ENABLED(REPETIER_GCODE_M360)
case 360: M360(); break; // M360: Firmware settings
#endif