Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Heating/Heater.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Heating/Heater.cpp b/src/Heating/Heater.cpp
index 18615e51..b044b37b 100644
--- a/src/Heating/Heater.cpp
+++ b/src/Heating/Heater.cpp
@@ -178,7 +178,6 @@ GCodeResult Heater::SetOrReportModel(unsigned int heater, GCodeBuffer& gb, const
{
// Old style heating model. A = gain, C = cooling time constant
seen = true;
- const float gain = gb.GetFValue();
heatingRate = gain * basicCoolingRate * 100.0;
}
}