From 49b2ddc8c1972735f22fc98804a2cc1f5924ba7a Mon Sep 17 00:00:00 2001
From: Denis B <den_at_okob_net>
Date: Mon, 4 Feb 2013 01:41:40 -0500
Subject: [PATCH] Cleaned up non-standard characters

---
 Marlin/Marlin_main.cpp    | 2 +-
 Marlin/thermistortables.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp
index 39efdf4545..355e08b9fe 100644
--- a/Marlin/Marlin_main.cpp
+++ b/Marlin/Marlin_main.cpp
@@ -124,7 +124,7 @@
 // M500 - stores paramters in EEPROM
 // M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).  
 // M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
-// M503 - print the current settings (from memory not from eeprom)
+// M503 - print the current settings (from memory not from eeprom)
 // M540 - Use S[0|1] to enable or disable the stop SD card print on endstop hit (requires ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
 // M600 - Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
 // M907 - Set digital trimpot motor current using axis codes.
diff --git a/Marlin/thermistortables.h b/Marlin/thermistortables.h
index cfa469735e..76ea32b7ba 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 0 degrees C
 };
 #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 0 degrees C
 };
 #endif
 #if (THERMISTORHEATER_0 == 8) || (THERMISTORHEATER_1 == 8) || (THERMISTORHEATER_2 == 8) || (THERMISTORBED == 8)
-- 
GitLab