From 4fb2134f00d3a70be996b0bf8547aecf031b7014 Mon Sep 17 00:00:00 2001
From: HenningJW <HenningJW@users.noreply.github.com>
Date: Wed, 12 Sep 2018 22:36:04 +0200
Subject: [PATCH] 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.
---
 Marlin/src/module/thermistor/thermistor_501.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/src/module/thermistor/thermistor_501.h b/Marlin/src/module/thermistor/thermistor_501.h
index 512ac0d8d8..ac40d119b3 100644
--- a/Marlin/src/module/thermistor/thermistor_501.h
+++ b/Marlin/src/module/thermistor/thermistor_501.h
@@ -28,8 +28,8 @@ const short temptable_501[][2] PROGMEM = {
    {OV(  19), 280},
    {OV(  23), 270},
    {OV(  27), 260},
-   {OV(  32), 250},
-   {OV(  30), 240},
+   {OV(  31), 250},
+   {OV(  37), 240},
    {OV(  47), 230},
    {OV(  57), 220},
    {OV(  68), 210},
-- 
GitLab