config.*.h: distribute changed TEMP_HYSTERESIS description to all templates.

This commit is contained in:
Markus Hitter 2014-08-30 21:13:06 +02:00
parent e0ee76b54e
commit 37e2b18f4c
12 changed files with 96 additions and 48 deletions

View File

@ -312,11 +312,15 @@
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 5 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within

View File

@ -317,11 +317,15 @@
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 5 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within

View File

@ -312,11 +312,15 @@
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 5 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within

View File

@ -320,11 +320,15 @@
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 20 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within

View File

@ -320,11 +320,15 @@
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 20 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within

View File

@ -315,11 +315,15 @@
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 5 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within

View File

@ -319,11 +319,15 @@
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 5 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within

View File

@ -316,11 +316,15 @@
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 5 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within

View File

@ -316,11 +316,15 @@
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 5 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within

View File

@ -320,11 +320,15 @@
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 20 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within

View File

@ -365,11 +365,15 @@ to use the other 6 PWMs instead.
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 5 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within

View File

@ -379,11 +379,15 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
* * * *
\***************************************************************************/ \***************************************************************************/
/** /** \def TEMP_HYSTERESIS
TEMP_HYSTERESIS: actual temperature must be target +/- hysteresis before target temperature can be achieved.
Unit is degree Celsius. Actual temperature must be target +/- this hysteresis before target
temperature is considered to be achieved. Also, BANG_BANG tries to stay
within half of this hysteresis.
Unit: degree Celsius
*/ */
#define TEMP_HYSTERESIS 5 #define TEMP_HYSTERESIS 10
/** /**
TEMP_RESIDENCY_TIME: actual temperature must be close to target (within TEMP_RESIDENCY_TIME: actual temperature must be close to target (within