Marlin_Firmware/Marlin/src
Lenbok 0e8242180d Chamber temperature monitoring and auto fan control.
This is an initial cut for feedback, updated for 2.0.x.

Chamber temperature is currently reported along with hot end and bed
temperatures to serial. The format is just like that used for hot end
and bed temperatures, but using 'C' prefix. As there is no heater,
target is always 0. Is this appropriate, is there a better way to report
chamber temperatures?

Chamber temperatures are not reported on the LCD in any way.

When auto chamber fan is enabled, it currently just uses the same
temperature threshold as the other auto controlled fans.

As the chamber temperature is not connected to any heater, it doesn't
undergo mintemp/maxtemp monitoring. This would need to change in the
future if chamber heating became a feature.
2018-04-06 23:09:06 -05:00
..
backtrace Backtrace formatting cleanup 2018-04-04 20:24:39 -05:00
config Add Chamber Temp options to example configs 2018-04-06 23:09:06 -05:00
core Added support for Einsy Retro 2018-04-06 19:48:46 -05:00
feature Implement filament change continuous purge 2018-04-04 20:57:51 -05:00
gcode Scale feedrate (mm/s to deg/s) for SCARA 2018-04-06 19:47:48 -05:00
HAL Chamber temperature monitoring and auto fan control. 2018-04-06 23:09:06 -05:00
inc Chamber temperature monitoring and auto fan control. 2018-04-06 23:09:06 -05:00
lcd Update Slovak language 2018-04-06 20:23:20 -05:00
libs Fix matrix.debug output 2018-03-18 20:02:20 -05:00
module Chamber temperature monitoring and auto fan control. 2018-04-06 23:09:06 -05:00
pins Chamber temperature monitoring and auto fan control. 2018-04-06 23:09:06 -05:00
sd Clear progress bar on completion (#10333) 2018-04-06 20:13:19 -05:00
Marlin.cpp Switch to TMC2130 compatible hardware SPI & misc (#10299) 2018-04-04 20:13:27 -05:00
Marlin.h Also suppress keepalive with suspend_auto_report 2018-03-21 00:29:09 -05:00