klipper/klippy
Kevin O'Connor 348a41c325 bed_tilt: Remove special probe:z_virtual_endstop handling
Remove the code to calculate and track the z_offset via
position_endstop updates.  It's simpler to always save and restore the
calculated z_adjust.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2018-10-01 11:12:30 -04:00
..
chelper serialqueue: Increase receive message debug queue to 100 messages 2018-09-02 12:16:13 -04:00
extras bed_tilt: Remove special probe:z_virtual_endstop handling 2018-10-01 11:12:30 -04:00
kinematics delta: Move "stable position" logic to delta_calibrate.py 2018-09-25 13:48:46 -04:00
clocksync.py
configfile.py configfile: add get_prefix_options method 2018-09-30 11:51:26 -04:00
console.py console: Use reactor register_callback() mechanism 2018-09-02 12:31:36 -04:00
gcode.py gcode: modify get_status method to output more info (#651) 2018-09-17 08:25:28 -04:00
heater.py heater: Add new TURN_OFF_HEATERS command 2018-09-18 16:01:07 -04:00
homing.py query_endstops: Move QUERY_ENDSTOP command to it own extras/ module 2018-07-16 10:06:30 -04:00
klippy.py configfile: Move config file code from klippy.py to new file 2018-09-25 13:48:46 -04:00
mathutil.py mathutil: Log starting error in coordinate_descent() 2018-07-24 08:32:35 -04:00
mcu.py mcu: Log MCU information before configuring 2018-09-03 18:34:10 -04:00
msgproto.py
parsedump.py
pins.py pins: Verify the pin_map setting 2018-09-03 18:16:44 -04:00
queuelogger.py
reactor.py reactor: Add ability to register callbacks 2018-06-30 14:13:47 -04:00
serialhdl.py
stepper.py force_move: Rename stepper_buzz.py to force_move.py 2018-07-26 11:15:51 -04:00
toolhead.py toolhead: Update look-ahead flush comment 2018-09-25 15:44:45 -04:00
util.py