mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 22:14:05 -06:00
rpi_temperature: Don't read min_temp/max_temp directly from config
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
b911db4c0d
commit
23f547169c
2 changed files with 3 additions and 17 deletions
|
@ -2069,14 +2069,6 @@ CPU temperature from Raspberry Pi.
|
|||
# parameters.
|
||||
#sensor_type:
|
||||
# Must be "rpi_temperature".
|
||||
min_temp: -40
|
||||
max_temp: 85
|
||||
# The maximum safe range of temperatures (in Celsius) that the
|
||||
# RPi must remain within. This controls a safety feature
|
||||
# implemented in the micro-controller code - should the measured
|
||||
# temperature ever fall outside this range then the micro-controller
|
||||
# will go into a shutdown state. Set this range just wide
|
||||
# enough so that reasonable temperatures do not result in an error.
|
||||
```
|
||||
|
||||
## [heater_generic]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue