Skip to content

Commit

Permalink
Fix CR-10/10S/Mini/5S Bed Thermistor Types (MarlinFirmware#15040)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and thinkyhead committed Aug 25, 2019
1 parent f218405 commit 1769f43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/examples/Creality/CR-10/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_4 0
#define TEMP_SENSOR_5 0
#define TEMP_SENSOR_BED 5
#define TEMP_SENSOR_BED 1
#define TEMP_SENSOR_CHAMBER 0

// Dummy thermistor constant temperature readings, for use with 998 and 999
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Creality/CR-10S/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_4 0
#define TEMP_SENSOR_5 0
#define TEMP_SENSOR_BED 5
#define TEMP_SENSOR_BED 1
#define TEMP_SENSOR_CHAMBER 0

// Dummy thermistor constant temperature readings, for use with 998 and 999
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Creality/CR-10_5S/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_4 0
#define TEMP_SENSOR_5 0
#define TEMP_SENSOR_BED 5
#define TEMP_SENSOR_BED 1
#define TEMP_SENSOR_CHAMBER 0

// Dummy thermistor constant temperature readings, for use with 998 and 999
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Creality/CR-10mini/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_4 0
#define TEMP_SENSOR_5 0
#define TEMP_SENSOR_BED 5
#define TEMP_SENSOR_BED 1
#define TEMP_SENSOR_CHAMBER 0

// Dummy thermistor constant temperature readings, for use with 998 and 999
Expand Down

0 comments on commit 1769f43

Please sign in to comment.