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:
authorDavid Crocker <dcrocker@eschertech.com>2017-07-19 18:37:24 +0300
committerDavid Crocker <dcrocker@eschertech.com>2017-07-19 18:37:24 +0300
commitb1c35a59c5f3c49d5c149983894cf9dafd99661c (patch)
treea9c3f77be46ba401a7a1f30bf3f9555b47b8d947 /src/Heating
parent75d9127bd651bfa24280f2870f9a12cc86881104 (diff)
Version 1.19beta10+1
Fixed issue that sometimes caused M997 firmware upgrades to hang on Duet Ethernet Heater 0 can now be used for direct port output if its heater model is disabled
Diffstat (limited to 'src/Heating')
-rw-r--r--src/Heating/Heat.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Heating/Heat.cpp b/src/Heating/Heat.cpp
index 89a1fc8c..e87fe60b 100644
--- a/src/Heating/Heat.cpp
+++ b/src/Heating/Heat.cpp
@@ -122,7 +122,6 @@ void Heat::Exit()
{
pid->SwitchOff();
}
- platform.Message(HOST_MESSAGE, "Heat class exited.\n");
active = false;
}