Move dummy thermistor opts, fix redundant sensor comment
This commit is contained in:
		
							parent
							
								
									7a99c6ce4f
								
							
						
					
					
						commit
						eb714ee873
					
				| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 0 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -253,7 +253,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 1 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 1 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 1 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -255,7 +255,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 0 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 0 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -259,7 +259,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 5 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 0 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 0 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 1 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -255,7 +255,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 1 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| //#define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10
 | ||||
| 
 | ||||
|  | ||||
| @ -284,7 +284,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 1 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 7 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -255,7 +255,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 0 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 0 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 1 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 0 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 11 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 5 | ||||
| 
 | ||||
|  | ||||
| @ -258,7 +258,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 5 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -245,7 +245,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 5 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 12 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
| @ -252,7 +252,12 @@ | ||||
| #define TEMP_SENSOR_3 0 | ||||
| #define TEMP_SENSOR_BED 5 | ||||
| 
 | ||||
| // This makes temp sensor 1 a redundant sensor for sensor 0. If the temperatures difference between these sensors is to high the print will be aborted.
 | ||||
| // Dummy thermistor constant temperature readings, for use with 998 and 999
 | ||||
| #define DUMMY_THERMISTOR_998_VALUE 25 | ||||
| #define DUMMY_THERMISTOR_999_VALUE 100 | ||||
| 
 | ||||
| // Use temp sensor 1 as a redundant sensor with sensor 0. If the readings
 | ||||
| // from the two sensors differ too much the print will be aborted.
 | ||||
| //#define TEMP_SENSOR_1_AS_REDUNDANT
 | ||||
| #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user