aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/firmware_retraction.py
Commit message (Collapse)AuthorAgeFilesLines
* firmware_retract: Remove z_hop supportKevin O'Connor2019-07-101-18/+6
| | | | | | | | | | | | 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>
* firmware_retraction: Implementation of tuneable G10/G11 firmware retraction ↵Len Trigg2019-06-061-0/+89
(#1617) This supports getting and setting of retraction parameters without having to restart klippy. Signed-off-by: Len Trigg <lenbok@gmail.com>