aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/heater.py
Commit message (Expand)AuthorAgeFilesLines
* heater: Fix misspelling of CelsiusKevin O'Connor2020-02-271-2/+2
* homing_heaters: Turn off heaters during homing/probing (#2486)FanDjango2020-02-121-0/+2
* heater: add support for BME280Arksine2020-01-131-0/+1
* heater: Do not flush look-ahead queue on a heater temperature updateKevin O'Connor2020-01-031-7/+5
* heater: Use printer.command_error() instead of internal heater.error()Kevin O'Connor2019-12-161-6/+3
* heater: Add PrinterHeater get_status() functionSimon Kühling2019-12-131-0/+7
* extruder: Consistently use "extruder" for the primary extruderKevin O'Connor2019-11-071-4/+0
* heater: Wrap code to 80 columnsKevin O'Connor2019-02-271-5/+8
* heater: Support generic gcode_id registration for sensorsDouglas Hammond2019-02-261-2/+10
* gcode: Use an event to handle restart request actionsKevin O'Connor2019-02-251-4/+6
* heater: Return heaters with a gcode_id from new get_gcode_sensors()Kevin O'Connor2019-02-251-6/+8
* heater: Rename add_sensor() to add_sensor_factory()Kevin O'Connor2019-02-251-7/+7
* gcode: A set temperature request should use the heater name, not the gcode idKevin O'Connor2019-02-251-7/+2
* Generic Heater SupportJohn Jardine2019-02-141-7/+16
* heater: take a gcode_id when setting up a heater (#1028)john--2019-01-021-3/+13
* heater: Add new TURN_OFF_HEATERS commandKevin O'Connor2018-09-181-0/+9
* thermocouple: Add initial support for common SPI temperature sensing chipsKevin O'Connor2018-07-241-0/+1
* klippy: No need to pass printer reference to add_printer_objects()Kevin O'Connor2018-07-121-4/+4
* heater: Introduce smooth_time config option; remove pid_deriv_timeKevin O'Connor2018-07-061-20/+31
* pid_calibrate: Update the heater's target temperature during calibrationKevin O'Connor2018-06-271-0/+4
* heater: Don't peak into Heater class member variablesKevin O'Connor2018-06-271-14/+22
* temperature_fan: Add support for temperature-triggered fan.Michael Barbour2018-05-101-7/+9
* heater: Move Thermistor and Linear to their own files in extras/Kevin O'Connor2018-04-041-123/+13
* heater: Move adc logic into Thermistor classKevin O'Connor2018-04-041-34/+50
* heater: Merge ThermistorBeta class into Thermistor classKevin O'Connor2018-04-041-13/+15
* heater: Add PrinterHeaters class that stores all sensors and heatersKevin O'Connor2018-04-041-8/+44
* pins: Remove module level get_printer_pins() and setup_pin() functionsKevin O'Connor2018-04-041-4/+4
* heater: Add some comments to the thermistor mathKevin O'Connor2018-03-291-1/+3
* pid_calibrate: Move PID calibration logic from heater.py to new fileKevin O'Connor2018-03-181-130/+9
* heater: Allow min_temp to go below zeroKevin O'Connor2018-03-121-1/+1
* verify_heater: Add initial support for verifying heaters and sensorsKevin O'Connor2018-03-111-0/+2
* display: Add initial support for LCD screens attached to an MCUKevin O'Connor2018-03-061-0/+5
* heater: Report stats whenever the heater is activeKevin O'Connor2018-02-051-1/+2
* klippy: Allow any stats producer to determine when stats are neededKevin O'Connor2018-02-051-1/+1
* heater: Add stats reportingKevin O'Connor2018-01-281-1/+8
* klippy: Add access methods and avoid peeking into the printer classesKevin O'Connor2018-01-281-3/+3
* heater: Report PID tuning results via the g-code terminalKevin O'Connor2018-01-101-5/+20
* heater: Added config for heater PWM cycle time.Andy Silverman2018-01-031-2/+3
* heater: Provide symbolic names for pid check_busy (aka M109 / M190)Kevin O'Connor2018-01-031-1/+5
* heater: Avoid math errors on extreme ADC readingsKevin O'Connor2017-11-131-0/+1
* adccmds: Continue to query analog inputs after a shutdownKevin O'Connor2017-10-121-1/+4
* klippy: Avoid using '%' syntax when calling logging moduleKevin O'Connor2017-09-271-9/+9
* mcu: Use is_fileoutput() externallyKevin O'Connor2017-09-191-2/+2
* pins: Support registering arbitrary chips that supply configurable pinsKevin O'Connor2017-08-251-9/+9
* klippy: Store printer startup parameters in new "start_args" dictionaryKevin O'Connor2017-08-251-2/+2
* heater: Another minor cleanup to Steinhart-Hart mathKevin O'Connor2017-08-201-2/+1
* heater: Minor cleanup to Steinhart-Hart mathKevin O'Connor2017-08-181-11/+12
* heater: Add support for a generic "NTC 100K beta 3950" thermistorKevin O'Connor2017-08-171-3/+19
* heater: Calibrate thermistor directly from temperature and resistanceKevin O'Connor2017-08-171-43/+70
* heater: Fix auto-tune codeKevin O'Connor2017-06-221-12/+18