1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-13 22:11:38 +00:00
MarlinFirmware/Marlin/src/HAL
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
..
HAL_AVR Chamber temperature monitoring and auto fan control. 2018-04-06 23:09:06 -05:00
HAL_DUE Fix DUE Trinamic SW/HW SPI sanity check (#10336) 2018-04-06 22:22:30 -05:00
HAL_LPC1768 TMC SPI sanity-check and pins debugging (#10324) 2018-04-06 20:24:54 -05:00
HAL_STM32F1 Fix STM32 compilation with PlatformIO (#10245) 2018-03-28 18:35:20 -04:00
HAL_STM32F7 Fix some spellings 2018-04-02 03:03:37 -05:00
HAL_TEENSY35_36 [2.0.x] Correct step pulse width on LPC1768, DUE & Teensy35_36 (#10016) 2018-03-09 02:11:28 -06:00
HAL_endstop_interrupts.h Fix HAL_STM32F1/endstop_interrupts.h 2018-02-23 02:07:34 -06:00
HAL_pinsDebug.h Make LPC1768 pinmapping not specific to Re-ARM (#8063) 2017-10-26 13:37:26 -05:00
HAL_SanityCheck.h Preliminary cleanup of #include structure (#9763) 2018-02-23 00:52:52 -06:00
HAL_spi_pins.h Cleanups for STM32F7 2018-01-15 02:46:37 -06:00
HAL_SPI.h Preliminary cleanup of #include structure (#9763) 2018-02-23 00:52:52 -06:00
HAL.h Preliminary cleanup of #include structure (#9763) 2018-02-23 00:52:52 -06:00
I2cEeprom.cpp Tweaks to HAL codestyle 2018-02-25 04:38:17 -06:00
math_32bit.h HAL updates 2017-09-21 15:52:17 -05:00
persistent_store_api.h Add MarlinSettings::validate() 2018-01-05 14:35:24 -06:00
servo_private.h Apply some formatting 2017-11-18 03:12:30 -06:00
servo.cpp Apply const, safe_delay in servo.* 2018-03-08 19:31:32 -06:00
servo.h Apply const, safe_delay in servo.* 2018-03-08 19:31:32 -06:00
SpiEeprom.cpp Fix E2END and add EEPROM to Smart RAMPS 2018-03-10 06:57:31 -06:00