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
*
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
*
heater: Calibrate thermistor directly from temperature and resistance
Kevin O'Connor
2017-08-17
1
-43
/
+70
*
heater: Fix auto-tune code
Kevin O'Connor
2017-06-22
1
-12
/
+18
*
klippy: Allow each module to define their config sections
Kevin O'Connor
2017-06-09
1
-0
/
+5
*
klippy: Support minimum/maximum value checks on configuration variables
Kevin O'Connor
2017-04-11
1
-9
/
+10
*
heater: Force set_pwm of zero when target_temp is zero
Kevin O'Connor
2017-03-16
1
-8
/
+5
*
heater: Add support for AD595 type sensors
Kevin O'Connor
2017-03-13
1
-6
/
+22
*
heater: Rename thermistor_type config name to sensor_type
Kevin O'Connor
2017-03-13
1
-7
/
+8
*
heater: Handle case where min adc value is less than max adc value
Kevin O'Connor
2017-03-13
1
-5
/
+4
*
klippy: Eliminate high-level build_config phase
Kevin O'Connor
2017-03-13
1
-22
/
+17
*
fan: Default to using software PWM
Kevin O'Connor
2017-03-08
1
-1
/
+2
*
heater: Support max_power setting for heaters
Kevin O'Connor
2017-03-03
1
-22
/
+24
*
heater: Enforce min/max_temp in heater.set_temp()
Kevin O'Connor
2017-02-21
1
-2
/
+11
*
heater: Resend PWM values even if last value was zero
Kevin O'Connor
2017-01-12
1
-3
/
+4
*
heater: Only create a soft PWM object for PID heaters
Kevin O'Connor
2017-01-10
1
-3
/
+9
*
heater: Report last temperature in PWM debugging
Kevin O'Connor
2017-01-10
1
-1
/
+3
*
klippy: Add ConfigWrapper.getchoice method
Kevin O'Connor
2016-11-30
1
-3
/
+2
*
mcu: Rename output_file_mode variable to is_fileoutput
Kevin O'Connor
2016-11-29
1
-1
/
+1
*
mcu: Handle adc initialization entirely in mcu code
Kevin O'Connor
2016-11-29
1
-3
/
+1
*
heater: Do not require target temperature be above min_extrude_temp
Kevin O'Connor
2016-11-08
1
-5
/
+2
*
heater: Make it possible to disable min_extrude_temp for testing
Kevin O'Connor
2016-10-11
1
-1
/
+1
*
extruder: Support a minimum extrude temperature
Kevin O'Connor
2016-09-30
1
-0
/
+8
*
heater: Add "ATC Semitec 104GT-2" thermistor definition
Kevin O'Connor
2016-09-15
1
-1
/
+3
*
heater: Remove redundant float conversion
Kevin O'Connor
2016-09-15
1
-1
/
+1
*
mcu: Convert PWM and ADC objects to take mcu_time instead of clock
Kevin O'Connor
2016-08-24
1
-58
/
+46
[next]