浏览代码

Tested May 19 - It works! Verified with separate thermocouple TM-902C also.

linagee 13 年前
父节点
当前提交
dd9144994e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      Marlin/thermistortables.h

+ 0
- 1
Marlin/thermistortables.h 查看文件

337
 #if (THERMISTORHEATER_0 == 8) || (THERMISTORHEATER_1 == 8) || (THERMISTORHEATER_2 == 8) || (THERMISTORBED == 8) 
337
 #if (THERMISTORHEATER_0 == 8) || (THERMISTORHEATER_1 == 8) || (THERMISTORHEATER_2 == 8) || (THERMISTORBED == 8) 
338
 // 100k EPCOS (WITH 1kohm RESISTOR FOR PULLUP, R9/R10 ON SANGUINOLOLU! NOT FOR 4.7kohm PULLUP! THIS IS NOT NORMAL!)
338
 // 100k EPCOS (WITH 1kohm RESISTOR FOR PULLUP, R9/R10 ON SANGUINOLOLU! NOT FOR 4.7kohm PULLUP! THIS IS NOT NORMAL!)
339
 // Advantage: Twice the resolution and better linearity from 150C to 200C
339
 // Advantage: Twice the resolution and better linearity from 150C to 200C
340
-// Experimental - untested
341
 const short temptable_8[][2] PROGMEM = {
340
 const short temptable_8[][2] PROGMEM = {
342
    {190*OVERSAMPLENR, 250},
341
    {190*OVERSAMPLENR, 250},
343
    {203*OVERSAMPLENR, 245},
342
    {203*OVERSAMPLENR, 245},

正在加载...
取消
保存