⚗️ Temperature Model Predictive Control (#23751)
This commit is contained in:
parent
8fb65211fc
commit
72b2e2b2c7
13 changed files with 566 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue