klipper/klippy
Kevin O'Connor 0343d0c73a firmware_retract: Remove z_hop support
The current z_hop support did not work correctly with common slicers
that change Z height between retract and unretract, and it did not
work correctly with slicers that issue a retract at the end of a print
and then at the beginning of the next print.

The z_hop support is therefore being removed until these issues can be
fixed.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-07-10 19:25:56 -04:00
..
chelper stepcompress: Remove no longer needed stepcompress_set_homing() 2019-07-10 10:43:20 -04:00
extras firmware_retract: Remove z_hop support 2019-07-10 19:25:56 -04:00
kinematics homing: Remove no longer needed homing time delay code 2019-07-10 10:43:20 -04:00
clocksync.py mcu: Support minclock in send_with_response() requests 2019-06-21 21:42:20 -04:00
configfile.py
console.py serialhdl: Add a get_msgparser() method 2019-06-21 18:14:00 -04:00
gcode.py gcode: Add support for stacked transforms 2019-06-26 20:16:35 -04:00
heater.py
homing.py homing: Remove no longer needed homing time delay code 2019-07-10 10:43:20 -04:00
klippy.py klippy: Only set the run_result if it hasn't already been set 2019-06-28 10:21:50 -04:00
mathutil.py
mcu.py stepcompress: Remove no longer needed stepcompress_set_homing() 2019-07-10 10:43:20 -04:00
msgproto.py
parsedump.py
pins.py
queuelogger.py
reactor.py reactor: Add support for "completions" 2019-07-10 10:43:20 -04:00
serialhdl.py serialhdl: Update SendWithRetry to use reactor completions 2019-07-10 10:43:20 -04:00
stepper.py stepper: Add support for providing a list of pins to enable 2019-06-28 16:59:26 -04:00
toolhead.py toolhead: Remove no longer needed reset_print_time() 2019-07-10 10:43:20 -04:00
util.py