shadow578 / Marlin-H32

Marlin for HC32F460 based printers (now in upstream)
http://marlinfw.org
GNU General Public License v3.0
13 stars 7 forks source link

add support for `TEMP_SENSOR_SOC` #46

Closed shadow578 closed 11 months ago

shadow578 commented 1 year ago

adds support for marlins SOC temperature monitoring, configurable using TEMP_SENSOR_SOC. Also removes the temperature monitoring hard-coded in the HC32 HAL.

requires https://github.com/shadow578/Marlin-H32/pull/44


to enable, set #define TEMP_SENSOR_SOC 100 in Configuration.h. configure thermal protection using #define THERMAL_PROTECTION_SOC and #define SOC_MAXTEMP 85 in Configuration_adv.h. the defaults are ok as-is.