Browse Source

Fix CR-10/10S/Mini/5S Bed Thermistor Types (#15040)

thisiskeithb 6 years ago
parent
commit
1769f43226

+ 1
- 1
config/examples/Creality/CR-10/Configuration.h View File

@@ -411,7 +411,7 @@
411 411
 #define TEMP_SENSOR_3 0
412 412
 #define TEMP_SENSOR_4 0
413 413
 #define TEMP_SENSOR_5 0
414
-#define TEMP_SENSOR_BED 5
414
+#define TEMP_SENSOR_BED 1
415 415
 #define TEMP_SENSOR_CHAMBER 0
416 416
 
417 417
 // Dummy thermistor constant temperature readings, for use with 998 and 999

+ 1
- 1
config/examples/Creality/CR-10S/Configuration.h View File

@@ -411,7 +411,7 @@
411 411
 #define TEMP_SENSOR_3 0
412 412
 #define TEMP_SENSOR_4 0
413 413
 #define TEMP_SENSOR_5 0
414
-#define TEMP_SENSOR_BED 5
414
+#define TEMP_SENSOR_BED 1
415 415
 #define TEMP_SENSOR_CHAMBER 0
416 416
 
417 417
 // Dummy thermistor constant temperature readings, for use with 998 and 999

+ 1
- 1
config/examples/Creality/CR-10_5S/Configuration.h View File

@@ -411,7 +411,7 @@
411 411
 #define TEMP_SENSOR_3 0
412 412
 #define TEMP_SENSOR_4 0
413 413
 #define TEMP_SENSOR_5 0
414
-#define TEMP_SENSOR_BED 5
414
+#define TEMP_SENSOR_BED 1
415 415
 #define TEMP_SENSOR_CHAMBER 0
416 416
 
417 417
 // Dummy thermistor constant temperature readings, for use with 998 and 999

+ 1
- 1
config/examples/Creality/CR-10mini/Configuration.h View File

@@ -420,7 +420,7 @@
420 420
 #define TEMP_SENSOR_3 0
421 421
 #define TEMP_SENSOR_4 0
422 422
 #define TEMP_SENSOR_5 0
423
-#define TEMP_SENSOR_BED 5
423
+#define TEMP_SENSOR_BED 1
424 424
 #define TEMP_SENSOR_CHAMBER 0
425 425
 
426 426
 // Dummy thermistor constant temperature readings, for use with 998 and 999

Loading…
Cancel
Save