Skip to content

Commit

Permalink
Merge pull request #4658 from 3d-gussner/MK3_PFW-762_Ambient_shutdown…
Browse files Browse the repository at this point in the history
…_80C

PFW-762 ambient shutdown at 80 C
  • Loading branch information
3d-gussner authored Apr 19, 2024
2 parents e8d5548 + 36282aa commit d22245b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Firmware/variants/MK3-E3DREVO.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80

#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK3-E3DREVO_HF_60W.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80

#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK3.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80

#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK3S-E3DREVO.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80

#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK3S-E3DREVO_HF_60W.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80

#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
Expand Down
2 changes: 1 addition & 1 deletion Firmware/variants/MK3S.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80

#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100
Expand Down

0 comments on commit d22245b

Please sign in to comment.