From b7fc14bc65a17defab639c67be8298fc0272e3a2 Mon Sep 17 00:00:00 2001
From: Bernhard Kubicek <kubicek@gmx.at>
Date: Wed, 30 May 2012 14:14:36 +0300
Subject: [PATCH] repaired thermistortable_6 by graphcial fitting of the
off-slope values. see issue 179. Erik, I know you asked for no changes, but
this file probably is not related and hopefully allright.
---
Marlin/thermistortables.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Marlin/thermistortables.h b/Marlin/thermistortables.h
index 3071a6b5bb..42cda41682 100644
--- a/Marlin/thermistortables.h
+++ b/Marlin/thermistortables.h
@@ -232,8 +232,8 @@ const short temptable_6[][2] PROGMEM = {
{49*OVERSAMPLENR, 220},
{53*OVERSAMPLENR, 215},
{62*OVERSAMPLENR, 210},
- {73*OVERSAMPLENR, 205},
- {72*OVERSAMPLENR, 200},
+ {71*OVERSAMPLENR, 205}, //fitted graphically
+ {78*OVERSAMPLENR, 200}, //fitted graphically
{94*OVERSAMPLENR, 190},
{102*OVERSAMPLENR, 185},
{116*OVERSAMPLENR, 170},
--
GitLab