From 9481ad7c331a59aaaafe5259e48078f57c66e397 Mon Sep 17 00:00:00 2001 From: David Crocker Date: Mon, 22 Nov 2021 11:56:30 +0000 Subject: Another fix for the M307 A parameter --- src/Heating/Heater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Heating/Heater.cpp b/src/Heating/Heater.cpp index b044b37b..69d5c950 100644 --- a/src/Heating/Heater.cpp +++ b/src/Heating/Heater.cpp @@ -178,7 +178,7 @@ GCodeResult Heater::SetOrReportModel(unsigned int heater, GCodeBuffer& gb, const { // Old style heating model. A = gain, C = cooling time constant seen = true; - heatingRate = gain * basicCoolingRate * 100.0; + heatingRate = gain * basicCoolingRate * 0.01; } } -- cgit v1.2.3