Browse Source

Tweak thermistor spacing

Scott Lahteine 7 years ago
parent
commit
a4f9c3373f
1 changed files with 9 additions and 9 deletions
  1. 9
    9
      Marlin/src/module/thermistor/thermistor_15.h

+ 9
- 9
Marlin/src/module/thermistor/thermistor_15.h View File

@@ -27,11 +27,11 @@ const short temptable_15[][2] PROGMEM = {
27 27
   { OV(  35), 260 },
28 28
   { OV(  38), 253 },
29 29
   { OV(  41), 248 },
30
-  { OV( 48), 239 },
31
-  { OV( 56), 232 },
32
-  { OV( 66), 222 },
33
-  { OV( 78), 212 },
34
-  { OV( 93), 206 },
30
+  { OV(  48), 239 },
31
+  { OV(  56), 232 },
32
+  { OV(  66), 222 },
33
+  { OV(  78), 212 },
34
+  { OV(  93), 206 },
35 35
   { OV( 106), 199 },
36 36
   { OV( 118), 191 },
37 37
   { OV( 130), 186 },
@@ -39,10 +39,10 @@ const short temptable_15[][2] PROGMEM = {
39 39
   { OV( 187), 167 },
40 40
   { OV( 224), 158 },
41 41
   { OV( 270), 148 },
42
-  { OV( 321),  137 },
43
-  { OV( 379),  127 },
44
-  { OV( 446),  117 },
45
-  { OV( 518),  106 },
42
+  { OV( 321), 137 },
43
+  { OV( 379), 127 },
44
+  { OV( 446), 117 },
45
+  { OV( 518), 106 },
46 46
   { OV( 593),  96 },
47 47
   { OV( 668),  86 },
48 48
   { OV( 739),  76 },

Loading…
Cancel
Save