aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/heater.py
Commit message (Expand)AuthorAgeFilesLines
...
* mcu: Handle adc initialization entirely in mcu codeKevin O'Connor2016-11-291-3/+1
* heater: Do not require target temperature be above min_extrude_tempKevin O'Connor2016-11-081-5/+2
* heater: Make it possible to disable min_extrude_temp for testingKevin O'Connor2016-10-111-1/+1
* extruder: Support a minimum extrude temperatureKevin O'Connor2016-09-301-0/+8
* heater: Add "ATC Semitec 104GT-2" thermistor definitionKevin O'Connor2016-09-151-1/+3
* heater: Remove redundant float conversionKevin O'Connor2016-09-151-1/+1
* mcu: Convert PWM and ADC objects to take mcu_time instead of clockKevin O'Connor2016-08-241-58/+46
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+288