✨ TEMP_SENSOR_SOC (#25642)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
d1738e946a
commit
f5a905a641
@@ -276,9 +276,15 @@
|
||||
#define THERMAL_PROTECTION_BOARD // Halt the printer if the board sensor leaves the temp range below.
|
||||
#define BOARD_MINTEMP 8 // (°C)
|
||||
#define BOARD_MAXTEMP 70 // (°C)
|
||||
#ifndef TEMP_BOARD_PIN
|
||||
//#define TEMP_BOARD_PIN -1 // Board temp sensor pin, if not set in pins file.
|
||||
#endif
|
||||
//#define TEMP_BOARD_PIN -1 // Board temp sensor pin override.
|
||||
#endif
|
||||
|
||||
//
|
||||
// SoC Sensor options
|
||||
//
|
||||
#if TEMP_SENSOR_SOC
|
||||
#define THERMAL_PROTECTION_SOC // Halt the printer if the SoC sensor leaves the temp range below.
|
||||
#define SOC_MAXTEMP 85 // (°C)
|
||||
#endif
|
||||
|
||||
/**
|
||||
@@ -579,6 +585,9 @@
|
||||
// Use TEMP_SENSOR_BOARD as a trigger for enabling the controller fan
|
||||
//#define CONTROLLER_FAN_MIN_BOARD_TEMP 40 // (°C) Turn on the fan if the board reaches this temperature
|
||||
|
||||
// Use TEMP_SENSOR_SOC as a trigger for enabling the controller fan
|
||||
//#define CONTROLLER_FAN_MIN_SOC_TEMP 40 // (°C) Turn on the fan if the SoC reaches this temperature
|
||||
|
||||
//#define CONTROLLER_FAN_EDITABLE // Enable M710 configurable settings
|
||||
#if ENABLED(CONTROLLER_FAN_EDITABLE)
|
||||
#define CONTROLLER_FAN_MENU // Enable the Controller Fan submenu
|
||||
|
Reference in New Issue
Block a user