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
path: root/src/Pccb
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/Pccb
parent9885ed7cc55cb19fde1be14c8adfd11dfa7f86cf (diff)
Replaced HeaterProtection instances by HeaterMonitors
Diffstat (limited to 'src/Pccb')
-rw-r--r--src/Pccb/Pins_Pccb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Pccb/Pins_Pccb.h b/src/Pccb/Pins_Pccb.h
index d80f248c..97d29283 100644
--- a/src/Pccb/Pins_Pccb.h
+++ b/src/Pccb/Pins_Pccb.h
@@ -91,7 +91,7 @@ constexpr size_t MaxSmartDrivers = 2; // The maximum number of smart drivers
constexpr size_t MaxSensors = 32;
constexpr size_t MaxHeaters = 1; // The number of heaters in the machine. PCCB has no heaters.
-constexpr size_t MaxExtraHeaterProtections = 4; // The number of extra heater protection instances
+constexpr size_t MaxMonitorsPerHeater = 3; // The maximum number of monitors per heater
constexpr size_t MaxBedHeaters = 1;
constexpr size_t MaxChamberHeaters = 1;