Skip to content

Commit

Permalink
Align temp settings (MarlinFirmware#21329)
Browse files Browse the repository at this point in the history
  • Loading branch information
StuSerious authored and hliebscher committed Mar 31, 2021
1 parent ebc40e7 commit 6f22f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@
#define TEMP_BED_HYSTERESIS 3 // 4 (°C) Temperature proximity considered "close enough" to the target

#define TEMP_CHAMBER_RESIDENCY_TIME 10 // (seconds) Time to wait for chamber to "settle" in M191
#define TEMP_CHAMBER_WINDOW 1 // (°C) Temperature proximity for the "temperature reached" timer
#define TEMP_CHAMBER_HYSTERESIS 3 // (°C) Temperature proximity considered "close enough" to the target
#define TEMP_CHAMBER_WINDOW 1 // (°C) Temperature proximity for the "temperature reached" timer
#define TEMP_CHAMBER_HYSTERESIS 3 // (°C) Temperature proximity considered "close enough" to the target

// Below this temperature the heater will be switched off
// because it probably indicates a broken thermistor wire.
Expand Down

0 comments on commit 6f22f3d

Please sign in to comment.