Browse Source

Align temp settings (#21329)

Ste 3 years ago
parent
commit
c298095000
No account linked to committer's email address
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      Marlin/Configuration.h

+ 8
- 8
Marlin/Configuration.h View File

@@ -437,17 +437,17 @@
437 437
 //#define TEMP_SENSOR_1_AS_REDUNDANT
438 438
 #define MAX_REDUNDANT_TEMP_SENSOR_DIFF 10
439 439
 
440
-#define TEMP_RESIDENCY_TIME     10  // (seconds) Time to wait for hotend to "settle" in M109
441
-#define TEMP_WINDOW              1  // (°C) Temperature proximity for the "temperature reached" timer
442
-#define TEMP_HYSTERESIS          3  // (°C) Temperature proximity considered "close enough" to the target
440
+#define TEMP_RESIDENCY_TIME         10  // (seconds) Time to wait for hotend to "settle" in M109
441
+#define TEMP_WINDOW                  1  // (°C) Temperature proximity for the "temperature reached" timer
442
+#define TEMP_HYSTERESIS              3  // (°C) Temperature proximity considered "close enough" to the target
443 443
 
444
-#define TEMP_BED_RESIDENCY_TIME 10  // (seconds) Time to wait for bed to "settle" in M190
445
-#define TEMP_BED_WINDOW          1  // (°C) Temperature proximity for the "temperature reached" timer
446
-#define TEMP_BED_HYSTERESIS      3  // (°C) Temperature proximity considered "close enough" to the target
444
+#define TEMP_BED_RESIDENCY_TIME     10  // (seconds) Time to wait for bed to "settle" in M190
445
+#define TEMP_BED_WINDOW              1  // (°C) Temperature proximity for the "temperature reached" timer
446
+#define TEMP_BED_HYSTERESIS          3  // (°C) Temperature proximity considered "close enough" to the target
447 447
 
448 448
 #define TEMP_CHAMBER_RESIDENCY_TIME 10  // (seconds) Time to wait for chamber to "settle" in M191
449
-#define TEMP_CHAMBER_WINDOW      1  // (°C) Temperature proximity for the "temperature reached" timer
450
-#define TEMP_CHAMBER_HYSTERESIS  3  // (°C) Temperature proximity considered "close enough" to the target
449
+#define TEMP_CHAMBER_WINDOW          1  // (°C) Temperature proximity for the "temperature reached" timer
450
+#define TEMP_CHAMBER_HYSTERESIS      3  // (°C) Temperature proximity considered "close enough" to the target
451 451
 
452 452
 // Below this temperature the heater will be switched off
453 453
 // because it probably indicates a broken thermistor wire.

Loading…
Cancel
Save