klipper/klippy
Kevin O'Connor 4a6360f2af adc_temperature: Calculate "PT100 INA826" values from formula
Calculate the "PT100 INA826" values instead of using a voltage table.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-08-22 17:21:17 -04:00
..
chelper itersolve: Use stricter completion check in itersolve_find_step() 2020-08-08 11:59:19 -04:00
extras adc_temperature: Calculate "PT100 INA826" values from formula 2020-08-22 17:21:17 -04:00
kinematics gcode: Automatically call reset_last_position() on a toolhead set_position() 2020-08-20 21:03:22 -04:00
clocksync.py
configfile.py configfile: Use "import ConfigParser as configparser" 2020-06-15 17:15:53 -04:00
console.py
gcode.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
homing.py gcode: Split G0/G1 command handling to new gcode_move class 2020-08-20 21:03:22 -04:00
klippy.py klippy: Report "shutdown" category from get_state_message() 2020-08-16 14:10:54 -04:00
mathutil.py
mcu.py mcu: Reset pwm and digital output pins to start values on a host restart 2020-07-25 11:36:44 -04:00
msgproto.py msgproto: Improve Python3 compatibility 2020-06-15 17:15:53 -04:00
parsedump.py
pins.py
queuelogger.py queuelogger: Use "import Queue as queue" for improved Python3 compatibility 2020-06-15 17:15:53 -04:00
reactor.py reactor: Use "import Queue as queue" for improved Python3 compatibility 2020-06-15 17:15:53 -04:00
serialhdl.py
stepper.py mcu: Add support for commands to send only on a host restart 2020-07-25 11:36:44 -04:00
toolhead.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
util.py util: Improve Python3 compatibility 2020-06-15 17:15:53 -04:00
webhooks.py gcode: Remove "action_" commands from get_status() calls 2020-08-20 21:03:22 -04:00