marlin2_a10m/Marlin/src/module
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
..
thermistor Chamber temperature monitoring and auto fan control. 2018-04-06 23:09:06 -05:00
configuration_store.cpp Fix a Serial+EEPROM compile error 2018-04-02 03:11:20 -05:00
configuration_store.h Pretty up EEPROM port args 2018-03-14 22:44:25 -05:00
delta.cpp Clear sensorless homing in home_delta after first move-to-top 2018-03-28 22:01:42 -05:00
delta.h General DELTA_IK macro 2017-12-21 22:41:57 -06:00
endstops.cpp Prevent null pointer crash in Endstops::update 2018-03-20 04:21:18 -05:00
endstops.h Update Endstops class for 1.1.x parity 2018-03-10 06:57:31 -06:00
motion.cpp Scale feedrate (mm/s to deg/s) for SCARA 2018-04-06 19:47:48 -05:00
motion.h Scale feedrate (mm/s to deg/s) for SCARA 2018-04-06 19:47:48 -05:00
planner.cpp Scale feedrate (mm/s to deg/s) for SCARA 2018-04-06 19:47:48 -05:00
planner.h Scale feedrate (mm/s to deg/s) for SCARA 2018-04-06 19:47:48 -05:00
planner_bezier.cpp Apply some formatting 2017-11-18 03:12:30 -06:00
planner_bezier.h Module updates 2017-09-21 16:26:42 -05:00
printcounter.cpp Use static classes for job timers (#9938) 2018-03-04 21:23:43 -06:00
printcounter.h Use static classes for job timers (#9938) 2018-03-04 21:23:43 -06:00
probe.cpp Z Endstop Servo => Z Probe Servo 2018-04-01 23:54:21 -05:00
probe.h Z Endstop Servo => Z Probe Servo 2018-04-01 23:54:21 -05:00
scara.cpp Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
scara.h Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
servo.cpp Move servo code to modules/servo.* 2017-11-19 14:23:02 -06:00
servo.h Z Endstop Servo => Z Probe Servo 2018-04-01 23:54:21 -05:00
speed_lookuptable.h Module updates 2017-09-21 16:26:42 -05:00
stepper.cpp Output ABC for delta stepper counts 2018-03-31 20:13:32 -05:00
stepper.h Fix LA_active_extruder (static) 2018-03-07 05:49:20 -06:00
stepper_indirection.cpp Default active low for TMC2130 DIAG1 (#10294) 2018-04-06 19:48:46 -05:00
stepper_indirection.h Consolidate smart stepper driver initialization 2018-03-19 22:05:16 -05:00
temperature.cpp Chamber temperature monitoring and auto fan control. 2018-04-06 23:09:06 -05:00
temperature.h Chamber temperature monitoring and auto fan control. 2018-04-06 23:09:06 -05:00
tool_change.cpp Additional tool-change fixes (#10304) 2018-04-04 17:06:33 -05:00
tool_change.h Move T (tool change) to cpp 2017-09-21 16:27:10 -05:00