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>2019-07-21 21:52:20 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-07-21 21:52:20 +0300
commit62d5270b85d83836b705597690e4a110a66ba9f0 (patch)
tree36ada13d836019797742405c3bab7db040ae8a20 /src/Heating/TemperatureError.h
parent625bdb8073f1c6a230fe1b73e896025d1191767f (diff)
Sensors are configurted separately from heaters
Sensors are now configured separately from heaters. The M305 command is withdrawn and replaced by M308. M950 is extended to sspecify the sensor number when defining a heater.
Diffstat (limited to 'src/Heating/TemperatureError.h')
-rw-r--r--src/Heating/TemperatureError.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Heating/TemperatureError.h b/src/Heating/TemperatureError.h
index 3fa5cb1f..db667c3e 100644
--- a/src/Heating/TemperatureError.h
+++ b/src/Heating/TemperatureError.h
@@ -24,9 +24,9 @@ enum class TemperatureError : uint8_t
notReady,
busBusy,
badResponse,
- unknownChannel,
+ unknownPort,
notInitialised,
- unknownHeater,
+ unknownSensor,
overOrUnderVoltage,
badVref,
badVssa