index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
heater.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
1
-327
/
+0
*
heater: Move M105 command handling from gcode.py to heater.py
Kevin O'Connor
2020-04-25
1
-6
/
+40
*
heater: Fix misspelling of Celsius
Kevin O'Connor
2020-02-27
1
-2
/
+2
*
homing_heaters: Turn off heaters during homing/probing (#2486)
FanDjango
2020-02-12
1
-0
/
+2
*
heater: add support for BME280
Arksine
2020-01-13
1
-0
/
+1
*
heater: Do not flush look-ahead queue on a heater temperature update
Kevin O'Connor
2020-01-03
1
-7
/
+5
*
heater: Use printer.command_error() instead of internal heater.error()
Kevin O'Connor
2019-12-16
1
-6
/
+3
*
heater: Add PrinterHeater get_status() function
Simon Kühling
2019-12-13
1
-0
/
+7
*
extruder: Consistently use "extruder" for the primary extruder
Kevin O'Connor
2019-11-07
1
-4
/
+0
*
heater: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-5
/
+8
*
heater: Support generic gcode_id registration for sensors
Douglas Hammond
2019-02-26
1
-2
/
+10
*
gcode: Use an event to handle restart request actions
Kevin O'Connor
2019-02-25
1
-4
/
+6
*
heater: Return heaters with a gcode_id from new get_gcode_sensors()
Kevin O'Connor
2019-02-25
1
-6
/
+8
*
heater: Rename add_sensor() to add_sensor_factory()
Kevin O'Connor
2019-02-25
1
-7
/
+7
*
gcode: A set temperature request should use the heater name, not the gcode id
Kevin O'Connor
2019-02-25
1
-7
/
+2
*
Generic Heater Support
John Jardine
2019-02-14
1
-7
/
+16
*
heater: take a gcode_id when setting up a heater (#1028)
john--
2019-01-02
1
-3
/
+13
*
heater: Add new TURN_OFF_HEATERS command
Kevin O'Connor
2018-09-18
1
-0
/
+9
*
thermocouple: Add initial support for common SPI temperature sensing chips
Kevin O'Connor
2018-07-24
1
-0
/
+1
*
klippy: No need to pass printer reference to add_printer_objects()
Kevin O'Connor
2018-07-12
1
-4
/
+4
*
heater: Introduce smooth_time config option; remove pid_deriv_time
Kevin O'Connor
2018-07-06
1
-20
/
+31
*
pid_calibrate: Update the heater's target temperature during calibration
Kevin O'Connor
2018-06-27
1
-0
/
+4
*
heater: Don't peak into Heater class member variables
Kevin O'Connor
2018-06-27
1
-14
/
+22
*
temperature_fan: Add support for temperature-triggered fan.
Michael Barbour
2018-05-10
1
-7
/
+9
*
heater: Move Thermistor and Linear to their own files in extras/
Kevin O'Connor
2018-04-04
1
-123
/
+13
*
heater: Move adc logic into Thermistor class
Kevin O'Connor
2018-04-04
1
-34
/
+50
*
heater: Merge ThermistorBeta class into Thermistor class
Kevin O'Connor
2018-04-04
1
-13
/
+15
*
heater: Add PrinterHeaters class that stores all sensors and heaters
Kevin O'Connor
2018-04-04
1
-8
/
+44
*
pins: Remove module level get_printer_pins() and setup_pin() functions
Kevin O'Connor
2018-04-04
1
-4
/
+4
*
heater: Add some comments to the thermistor math
Kevin O'Connor
2018-03-29
1
-1
/
+3
*
pid_calibrate: Move PID calibration logic from heater.py to new file
Kevin O'Connor
2018-03-18
1
-130
/
+9
*
heater: Allow min_temp to go below zero
Kevin O'Connor
2018-03-12
1
-1
/
+1
*
verify_heater: Add initial support for verifying heaters and sensors
Kevin O'Connor
2018-03-11
1
-0
/
+2
*
display: Add initial support for LCD screens attached to an MCU
Kevin O'Connor
2018-03-06
1
-0
/
+5
*
heater: Report stats whenever the heater is active
Kevin O'Connor
2018-02-05
1
-1
/
+2
*
klippy: Allow any stats producer to determine when stats are needed
Kevin O'Connor
2018-02-05
1
-1
/
+1
*
heater: Add stats reporting
Kevin O'Connor
2018-01-28
1
-1
/
+8
*
klippy: Add access methods and avoid peeking into the printer classes
Kevin O'Connor
2018-01-28
1
-3
/
+3
*
heater: Report PID tuning results via the g-code terminal
Kevin O'Connor
2018-01-10
1
-5
/
+20
*
heater: Added config for heater PWM cycle time.
Andy Silverman
2018-01-03
1
-2
/
+3
*
heater: Provide symbolic names for pid check_busy (aka M109 / M190)
Kevin O'Connor
2018-01-03
1
-1
/
+5
*
heater: Avoid math errors on extreme ADC readings
Kevin O'Connor
2017-11-13
1
-0
/
+1
*
adccmds: Continue to query analog inputs after a shutdown
Kevin O'Connor
2017-10-12
1
-1
/
+4
*
klippy: Avoid using '%' syntax when calling logging module
Kevin O'Connor
2017-09-27
1
-9
/
+9
*
mcu: Use is_fileoutput() externally
Kevin O'Connor
2017-09-19
1
-2
/
+2
*
pins: Support registering arbitrary chips that supply configurable pins
Kevin O'Connor
2017-08-25
1
-9
/
+9
*
klippy: Store printer startup parameters in new "start_args" dictionary
Kevin O'Connor
2017-08-25
1
-2
/
+2
*
heater: Another minor cleanup to Steinhart-Hart math
Kevin O'Connor
2017-08-20
1
-2
/
+1
*
heater: Minor cleanup to Steinhart-Hart math
Kevin O'Connor
2017-08-18
1
-11
/
+12
*
heater: Add support for a generic "NTC 100K beta 3950" thermistor
Kevin O'Connor
2017-08-17
1
-3
/
+19
[next]