Browse Source

Extend thermistor 1047 to 500°C

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
7b6629c08c
  1. 6
      Marlin/src/module/thermistor/thermistor_1047.h

6
Marlin/src/module/thermistor/thermistor_1047.h

@ -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)
};

Loading…
Cancel
Save