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.h')
-rw-r--r--src/GCodes/GCodes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/GCodes/GCodes.h b/src/GCodes/GCodes.h
index 9e482fcf..84969541 100644
--- a/src/GCodes/GCodes.h
+++ b/src/GCodes/GCodes.h
@@ -688,9 +688,6 @@ private:
float laserMaxPower;
bool laserPowerSticky; // true if G1 S parameters are remembered across G1 commands
- // Heater fault handler
- uint32_t heaterFaultTimeout; // how long we wait for the user to fix it before turning everything off
-
// Object cancellation
ObjectTracker buildObjects;