aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/safe_z_home.py
Commit message (Expand)AuthorAgeFilesLines
* safe_z_home: Simplify check for axes to homeKevin O'Connor2020-04-221-5/+3
* safe_z_home: Support note_z_not_homed() in kinematics (#2500)David Smith2020-03-011-0/+2
* gcode: Return previous handler from register_command(cmd, None)Kevin O'Connor2020-02-121-3/+3
* toolhead: Report which axes are homed via get_status()Kevin O'Connor2019-11-241-3/+3
* safe_z_home: Fix unintended change in default behaviorMaster922019-10-031-1/+1
* safe_z_home: Fix issue where 'home_xy_position: 0,0' did not position at 0,0Jason S. McMullan2019-10-031-4/+2
* safe_z_home: Hop only if necessary and add option to move xy backMaster922019-09-181-15/+35
* extra: Add Safe Z home extraFlorian Heilmann2019-08-091-0/+82