Skip to content

Commit

Permalink
📝 Update MPCTEMP G-Code M306 T (MarlinFirmware#24535)
Browse files Browse the repository at this point in the history
M306 simply reports current values. M306 T starts autotune process.
  • Loading branch information
thisiskeithb authored and thinkyhead committed Jul 28, 2022
1 parent ad4bc37 commit cdda90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
*
* Use a physical model of the hotend to control temperature. When configured correctly
* this gives better responsiveness and stability than PID and it also removes the need
* for PID_EXTRUSION_SCALING and PID_FAN_SCALING. Use M306 to autotune the model.
* for PID_EXTRUSION_SCALING and PID_FAN_SCALING. Use M306 T to autotune the model.
*/
#if ENABLED(MPCTEMP)
//#define MPC_EDIT_MENU // Add MPC editing to the "Advanced Settings" menu. (~1300 bytes of flash)
Expand Down

0 comments on commit cdda90f

Please sign in to comment.