Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firmware_retraction: Use new GCodeCommand wrappers | Kevin O'Connor | 2020-05-05 | 1 | -21/+16 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | firmware_retract: Remove z_hop support | Kevin O'Connor | 2019-07-10 | 1 | -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 Trigg | 2019-06-06 | 1 | -0/+89 |
(#1617) This supports getting and setting of retraction parameters without having to restart klippy. Signed-off-by: Len Trigg <lenbok@gmail.com> |