From 2f60e324dc4ab646b69adcf4d312a39d9ce0640d Mon Sep 17 00:00:00 2001
From: daid303 <daid303@gmail.com>
Date: Thu, 14 Feb 2013 14:04:26 +0100
Subject: [PATCH] Fixed #394

---
 Marlin/thermistortables.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/thermistortables.h b/Marlin/thermistortables.h
index cfa469735e..42d8c9e8ff 100644
--- a/Marlin/thermistortables.h
+++ b/Marlin/thermistortables.h
@@ -248,7 +248,7 @@ const short temptable_6[][2] PROGMEM = {
    {970*OVERSAMPLENR, 25},
    {978*OVERSAMPLENR, 22},
    {1008*OVERSAMPLENR, 3},
-   {1023*OVERSAMPLENR, 0}  //to allow internal 0�C
+   {1023*OVERSAMPLENR, 0}  //to allow internal 0C
 };
 #endif
 
@@ -309,7 +309,7 @@ const short temptable_7[][2] PROGMEM = {
    {994*OVERSAMPLENR, 15},
    {1001*OVERSAMPLENR, 10},
    {1005*OVERSAMPLENR, 5},
-   {1023*OVERSAMPLENR, 0}  //to allow internal 0�C
+   {1023*OVERSAMPLENR, 0}  //to allow internal 0C
 };
 #endif
 #if (THERMISTORHEATER_0 == 8) || (THERMISTORHEATER_1 == 8) || (THERMISTORHEATER_2 == 8) || (THERMISTORBED == 8)
-- 
GitLab