klipper/klippy
Kevin O'Connor 4889e8241d pid_calibrate: Update the heater's target temperature during calibration
Update the target temperature during the pid calibration.  This gives
additional feedback to the user and it makes it less likely that a
verify_heater error will be raised during calibration.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2018-06-27 14:39:20 -04:00
..
chelper itersolve: Support setting the stepper position via a cartesian coordinate 2018-06-22 14:09:01 -04:00
extras pid_calibrate: Update the heater's target temperature during calibration 2018-06-27 14:39:20 -04:00
cartesian.py cartesian: Remove the unnecessary StepList constant 2018-06-22 14:09:01 -04:00
clocksync.py
console.py
corexy.py corexy: Remove the unnecessary StepList constant 2018-06-22 14:09:01 -04:00
delta.py delta: Don't peak into PrinterRail class from get_calibrate_params() 2018-06-22 15:42:20 -04:00
extruder.py stepper: No need to pass printer reference to kinematic/stepper constructors 2018-06-22 14:09:01 -04:00
gcode.py delta: Rename get_position() to calc_position() 2018-06-22 14:09:01 -04:00
heater.py pid_calibrate: Update the heater's target temperature during calibration 2018-06-27 14:39:20 -04:00
homing.py delta: Rename get_position() to calc_position() 2018-06-22 14:09:01 -04:00
klippy.py klippy: Allow extras modules to be directories 2018-06-27 13:01:48 -04:00
mathutil.py mathutil: Move trilateration code from delta.py to mathutil.py 2018-06-22 14:12:09 -04:00
mcu.py itersolve: Support setting the stepper position via a cartesian coordinate 2018-06-22 14:09:01 -04:00
msgproto.py
parsedump.py
pins.py
queuelogger.py
reactor.py
serialhdl.py
stepper.py itersolve: Support setting the stepper position via a cartesian coordinate 2018-06-22 14:09:01 -04:00
toolhead.py toolhead: Disable all extruder motors on a motor_off() 2018-06-23 20:41:43 -04:00
util.py