From 276b82d01392bd91f5ad7c87faab267d42c90ed0 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sat, 23 May 2015 20:54:08 +0200 Subject: [PATCH] config/board*: add help text for temp sensor name limitations. Unfortunately this is only solution I can offer to complete the fix for issue #96. --- config/board.3drag.h | 5 +++++ config/board.gen3.h | 5 +++++ config/board.gen6.h | 5 +++++ config/board.gen7-v1.1-v1.3.h | 5 +++++ config/board.gen7-v1.4.h | 5 +++++ config/board.ramps-v1.2.h | 5 +++++ config/board.ramps-v1.3.h | 5 +++++ config/board.rumba.h | 5 +++++ config/board.sanguinololu-v1.1.h | 5 +++++ config/board.sanguinololu-v1.2.h | 5 +++++ config/board.sanguish.h | 5 +++++ config/board.teensy++-v2.0.h | 5 +++++ config/board.teensy-v2.0.h | 5 +++++ 13 files changed, 65 insertions(+) diff --git a/config/board.3drag.h b/config/board.3drag.h index e8ed026..d4430b6 100644 --- a/config/board.3drag.h +++ b/config/board.3drag.h @@ -130,6 +130,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.gen3.h b/config/board.gen3.h index 225320e..28c99af 100644 --- a/config/board.gen3.h +++ b/config/board.gen3.h @@ -129,6 +129,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.gen6.h b/config/board.gen6.h index 5eda77a..c55b838 100644 --- a/config/board.gen6.h +++ b/config/board.gen6.h @@ -129,6 +129,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.gen7-v1.1-v1.3.h b/config/board.gen7-v1.1-v1.3.h index 5e4297b..c913664 100644 --- a/config/board.gen7-v1.1-v1.3.h +++ b/config/board.gen7-v1.1-v1.3.h @@ -134,6 +134,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.gen7-v1.4.h b/config/board.gen7-v1.4.h index 7b60825..e633a2a 100644 --- a/config/board.gen7-v1.4.h +++ b/config/board.gen7-v1.4.h @@ -135,6 +135,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.ramps-v1.2.h b/config/board.ramps-v1.2.h index 3d628a8..5d79834 100644 --- a/config/board.ramps-v1.2.h +++ b/config/board.ramps-v1.2.h @@ -131,6 +131,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.ramps-v1.3.h b/config/board.ramps-v1.3.h index 1ea3c36..09c1096 100644 --- a/config/board.ramps-v1.3.h +++ b/config/board.ramps-v1.3.h @@ -132,6 +132,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.rumba.h b/config/board.rumba.h index 942991e..dcdf3af 100644 --- a/config/board.rumba.h +++ b/config/board.rumba.h @@ -133,6 +133,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.sanguinololu-v1.1.h b/config/board.sanguinololu-v1.1.h index 2e11438..d93d3f4 100644 --- a/config/board.sanguinololu-v1.1.h +++ b/config/board.sanguinololu-v1.1.h @@ -133,6 +133,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.sanguinololu-v1.2.h b/config/board.sanguinololu-v1.2.h index aa757db..f91b882 100644 --- a/config/board.sanguinololu-v1.2.h +++ b/config/board.sanguinololu-v1.2.h @@ -133,6 +133,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.sanguish.h b/config/board.sanguish.h index a090c66..dc24056 100644 --- a/config/board.sanguish.h +++ b/config/board.sanguish.h @@ -133,6 +133,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.teensy++-v2.0.h b/config/board.teensy++-v2.0.h index f606373..cf07991 100644 --- a/config/board.teensy++-v2.0.h +++ b/config/board.teensy++-v2.0.h @@ -130,6 +130,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c. diff --git a/config/board.teensy-v2.0.h b/config/board.teensy-v2.0.h index 1f2766e..405926b 100644 --- a/config/board.teensy-v2.0.h +++ b/config/board.teensy-v2.0.h @@ -130,6 +130,11 @@ Define your temperature sensors here. One line for each sensor, only limited by the number of available ATmega pins. + Name must match the name of the corresponding heater. If a heater "extruder" + exists, a temperature sensor of that name has to exist as well. Same for + heater "bed". There can be one sensor without corresponding heater, name it + "noheater". + Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595, TT_PT100, TT_INTERCOM. See list in temp.c.