Browse Source

Tweak thermistor spacing

pull/1/head
Scott Lahteine 6 years ago
parent
commit
a4f9c3373f
  1. 18
      Marlin/src/module/thermistor/thermistor_15.h

18
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 },

Loading…
Cancel
Save