Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve thermistor 20-21 descriptions re: ADC Vref and INA826 PT100 supply V #19246

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Configuration.h
changed back for PR
  • Loading branch information
Quas7 authored Sep 3, 2020
commit 8e722accecefc80cb3144fabbc0672fb93734d7b
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
* 998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
* 999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
*/
#define TEMP_SENSOR_0 21
#define TEMP_SENSOR_0 1
#define TEMP_SENSOR_1 0
thinkyhead marked this conversation as resolved.
Show resolved Hide resolved
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
Expand Down