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:
Diffstat (limited to 'src/GCodes/GCodes.cpp')
-rw-r--r--src/GCodes/GCodes.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GCodes/GCodes.cpp b/src/GCodes/GCodes.cpp
index 12ba77aa..fc3541db 100644
--- a/src/GCodes/GCodes.cpp
+++ b/src/GCodes/GCodes.cpp
@@ -187,8 +187,6 @@ void GCodes::Init() noexcept
laserMaxPower = DefaultMaxLaserPower;
laserPowerSticky = false;
- heaterFaultTimeout = DefaultHeaterFaultTimeout;
-
#if SUPPORT_SCANNER
reprap.GetScanner().SetGCodeBuffer(usbGCode);
#endif