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>2020-02-16 17:10:43 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-02-16 17:10:43 +0300
commit315f4f47613fe09e613b6c639a7ddc37af3516d2 (patch)
tree45133ce063bf3bb2c40f522471f0074038168149 /src/Fans/Fan.h
parent9885ed7cc55cb19fde1be14c8adfd11dfa7f86cf (diff)
Replaced HeaterProtection instances by HeaterMonitors
Diffstat (limited to 'src/Fans/Fan.h')
-rw-r--r--src/Fans/Fan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fans/Fan.h b/src/Fans/Fan.h
index 6f2e3ce2..c0de5e3c 100644
--- a/src/Fans/Fan.h
+++ b/src/Fans/Fan.h
@@ -23,6 +23,7 @@ class Fan INHERIT_OBJECT_MODEL
{
public:
Fan(unsigned int fanNum) noexcept;
+ Fan(const Fan&) = delete;
virtual ~Fan() noexcept { }
virtual bool Check() noexcept = 0; // update the fan PWM returning true if it is a thermostatic fan that is on