Extend thermistor 1047 to 500°C
This commit is contained in:
parent
e25da63721
commit
7b6629c08c
1 changed files with 5 additions and 1 deletions
|
@ -30,5 +30,9 @@ const temp_entry_t temptable_1047[] PROGMEM = {
|
|||
PtLine(150, 1000, 4700),
|
||||
PtLine(200, 1000, 4700),
|
||||
PtLine(250, 1000, 4700),
|
||||
PtLine(300, 1000, 4700)
|
||||
PtLine(300, 1000, 4700),
|
||||
PtLine(350, 1000, 4700),
|
||||
PtLine(400, 1000, 4700),
|
||||
PtLine(450, 1000, 4700),
|
||||
PtLine(500, 1000, 4700)
|
||||
};
|
||||
|
|
Reference in a new issue