From a4f9c3373f80b76c9e7703501f82c2f519136158 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Mon, 28 May 2018 03:26:15 -0500
Subject: [PATCH] Tweak thermistor spacing

---
 Marlin/src/module/thermistor/thermistor_15.h | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Marlin/src/module/thermistor/thermistor_15.h b/Marlin/src/module/thermistor/thermistor_15.h
index cbbe8f23fd..8e207cdca4 100644
--- a/Marlin/src/module/thermistor/thermistor_15.h
+++ b/Marlin/src/module/thermistor/thermistor_15.h
@@ -27,11 +27,11 @@ const short temptable_15[][2] PROGMEM = {
   { OV(  35), 260 },
   { OV(  38), 253 },
   { OV(  41), 248 },
-  { OV( 48), 239 },
-  { OV( 56), 232 },
-  { OV( 66), 222 },
-  { OV( 78), 212 },
-  { OV( 93), 206 },
+  { OV(  48), 239 },
+  { OV(  56), 232 },
+  { OV(  66), 222 },
+  { OV(  78), 212 },
+  { OV(  93), 206 },
   { OV( 106), 199 },
   { OV( 118), 191 },
   { OV( 130), 186 },
@@ -39,10 +39,10 @@ const short temptable_15[][2] PROGMEM = {
   { OV( 187), 167 },
   { OV( 224), 158 },
   { OV( 270), 148 },
-  { OV( 321),  137 },
-  { OV( 379),  127 },
-  { OV( 446),  117 },
-  { OV( 518),  106 },
+  { OV( 321), 137 },
+  { OV( 379), 127 },
+  { OV( 446), 117 },
+  { OV( 518), 106 },
   { OV( 593),  96 },
   { OV( 668),  86 },
   { OV( 739),  76 },
-- 
GitLab