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>2021-08-26 11:21:56 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-08-26 11:21:56 +0300
commit7b470f4af01019dc0bb3b4dce6843310ab36d38e (patch)
tree87caa68b8eb9214c6be040361e0444f031a9a088 /src/Heating
parenta10282cfaa62b225ce9f96291459ee87d690334d (diff)
Refactored PS_ON handling
Diffstat (limited to 'src/Heating')
-rw-r--r--src/Heating/LocalHeater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Heating/LocalHeater.cpp b/src/Heating/LocalHeater.cpp
index d2b6bde3..7d3b7dc1 100644
--- a/src/Heating/LocalHeater.cpp
+++ b/src/Heating/LocalHeater.cpp
@@ -400,7 +400,7 @@ void LocalHeater::Spin() noexcept
{
case HeaterMonitorAction::ShutDown:
reprap.GetHeat().SwitchOffAll(true);
- reprap.GetPlatform().AtxPowerOff(false);
+ reprap.GetPlatform().AtxPowerOff();
break;
case HeaterMonitorAction::GenerateFault: