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.
This commit is contained in:
parent
d9fb7cab96
commit
276b82d013
|
|
@ -130,6 +130,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -129,6 +129,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -129,6 +129,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -134,6 +134,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -135,6 +135,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -131,6 +131,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -132,6 +132,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -130,6 +130,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -130,6 +130,11 @@
|
||||||
Define your temperature sensors here. One line for each sensor, only
|
Define your temperature sensors here. One line for each sensor, only
|
||||||
limited by the number of available ATmega pins.
|
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,
|
Types are same as TEMP_ list above - TT_MAX6675, TT_THERMISTOR, TT_AD595,
|
||||||
TT_PT100, TT_INTERCOM. See list in temp.c.
|
TT_PT100, TT_INTERCOM. See list in temp.c.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue