From 0ca76bf9ed4a5386b49943bd9c9bbf9951db4ff8 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Mon, 25 Jul 2022 11:47:07 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20MPCTEMP=20G-Code=20M306?= =?UTF-8?q?=20T=20(#24535)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit M306 simply reports current values. M306 T starts autotune process. --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 233da942a7..2f34ebb7e8 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -653,7 +653,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)