aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/heater.py
Commit message (Expand)AuthorAgeFilesLines
* fan: Default to using software PWMKevin O'Connor2017-03-081-1/+2
* heater: Support max_power setting for heatersKevin O'Connor2017-03-031-22/+24
* heater: Enforce min/max_temp in heater.set_temp()Kevin O'Connor2017-02-211-2/+11
* heater: Resend PWM values even if last value was zeroKevin O'Connor2017-01-121-3/+4
* heater: Only create a soft PWM object for PID heatersKevin O'Connor2017-01-101-3/+9
* heater: Report last temperature in PWM debuggingKevin O'Connor2017-01-101-1/+3
* klippy: Add ConfigWrapper.getchoice methodKevin O'Connor2016-11-301-3/+2
* mcu: Rename output_file_mode variable to is_fileoutputKevin O'Connor2016-11-291-1/+1
* 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