浏览代码

🎨 Misc. config cleanup

Scott Lahteine 1年前
父节点
当前提交
d33111b215
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2
    2
      Marlin/Configuration.h
  2. 1
    1
      Marlin/Configuration_adv.h

+ 2
- 2
Marlin/Configuration.h 查看文件

551
 
551
 
552
 // Resistor values when using MAX31865 sensors (-5) on TEMP_SENSOR_0 / 1
552
 // Resistor values when using MAX31865 sensors (-5) on TEMP_SENSOR_0 / 1
553
 #if TEMP_SENSOR_IS_MAX_TC(0)
553
 #if TEMP_SENSOR_IS_MAX_TC(0)
554
-  #define MAX31865_SENSOR_OHMS_0      100   // (Ω) Typically 100 or 1000 (PT100 or PT1000)
555
-  #define MAX31865_CALIBRATION_OHMS_0 430   // (Ω) Typically 430 for Adafruit PT100; 4300 for Adafruit PT1000
554
+  #define MAX31865_SENSOR_OHMS_0      100 // (Ω) Typically 100 or 1000 (PT100 or PT1000)
555
+  #define MAX31865_CALIBRATION_OHMS_0 430 // (Ω) Typically 430 for Adafruit PT100; 4300 for Adafruit PT1000
556
 #endif
556
 #endif
557
 #if TEMP_SENSOR_IS_MAX_TC(1)
557
 #if TEMP_SENSOR_IS_MAX_TC(1)
558
   #define MAX31865_SENSOR_OHMS_1      100
558
   #define MAX31865_SENSOR_OHMS_1      100

+ 1
- 1
Marlin/Configuration_adv.h 查看文件

318
    * and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set
318
    * and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set
319
    * below 2.
319
    * below 2.
320
    */
320
    */
321
-  #define WATCH_TEMP_PERIOD  20               // Seconds
321
+  #define WATCH_TEMP_PERIOD  40               // Seconds
322
   #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
322
   #define WATCH_TEMP_INCREASE 2               // Degrees Celsius
323
 #endif
323
 #endif
324
 
324
 

正在加载...
取消
保存