From 7b6629c08c66987bf0e071cffd72a7d05a6649f4 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Wed, 1 Jul 2020 23:07:21 -0500
Subject: [PATCH] =?UTF-8?q?Extend=20thermistor=201047=20to=20500=C2=B0C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Marlin/src/module/thermistor/thermistor_1047.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Marlin/src/module/thermistor/thermistor_1047.h b/Marlin/src/module/thermistor/thermistor_1047.h
index 4c89bd3663..6a82d04be8 100644
--- a/Marlin/src/module/thermistor/thermistor_1047.h
+++ b/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)
 };