Browse Source

Fix non-sensical values for Zonestar themistor table (#11817)

Values taken from Zonestar firmware for P802QA with a Melzi board. Timestamps from the firmware package are from April 2016.
HenningJW 6 years ago
parent
commit
4fb2134f00
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/module/thermistor/thermistor_501.h

+ 2
- 2
Marlin/src/module/thermistor/thermistor_501.h View File

@@ -28,8 +28,8 @@ const short temptable_501[][2] PROGMEM = {
28 28
    {OV(  19), 280},
29 29
    {OV(  23), 270},
30 30
    {OV(  27), 260},
31
-   {OV(  32), 250},
32
-   {OV(  30), 240},
31
+   {OV(  31), 250},
32
+   {OV(  37), 240},
33 33
    {OV(  47), 230},
34 34
    {OV(  57), 220},
35 35
    {OV(  68), 210},

Loading…
Cancel
Save