diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp
index a76f321ede9030221b37e5603ee052156e01938c..04c3794fa8d6c047f37ba7be530e2b6d13b77f00 100644
--- a/Marlin/Marlin_main.cpp
+++ b/Marlin/Marlin_main.cpp
@@ -1494,8 +1494,7 @@ void process_commands()
         if(code_seen('P')) bedKp = code_value();
         if(code_seen('I')) bedKi = scalePID_i(code_value());
         if(code_seen('D')) bedKd = scalePID_d(code_value());
-        // Scale the Bed PID values by PID_dT
-        scaleBedPID();
+
         updatePID();
         SERIAL_PROTOCOL(MSG_OK);
 		SERIAL_PROTOCOL(" p:");