Browse Source
📝 Update MPCTEMP G-Code M306 T (#24535)
M306 simply reports current values. M306 T starts autotune process.
Keith Bennett
2 years ago
No account linked to committer's email address
|
@@ -653,7 +653,7 @@
|
653
|
653
|
*
|
654
|
654
|
* Use a physical model of the hotend to control temperature. When configured correctly
|
655
|
655
|
* this gives better responsiveness and stability than PID and it also removes the need
|
656
|
|
- * for PID_EXTRUSION_SCALING and PID_FAN_SCALING. Use M306 to autotune the model.
|
|
656
|
+ * for PID_EXTRUSION_SCALING and PID_FAN_SCALING. Use M306 T to autotune the model.
|
657
|
657
|
*/
|
658
|
658
|
#if ENABLED(MPCTEMP)
|
659
|
659
|
//#define MPC_EDIT_MENU // Add MPC editing to the "Advanced Settings" menu. (~1300 bytes of flash)
|