aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/safe_z_home.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-24/+25
* safe_z_home: correct error callPaul Arthur2025-07-221-1/+1
* generic_cartesian: Fixed safe_z_home and manual_probe for new kinematicsDmitry Butyugin2025-05-101-1/+4
* force_move: Use strings for axes to clear in clear_homing_state()Kevin O'Connor2025-01-211-1/+1
* toolhead: Pass set_position() homing_axes parameter as a stringKevin O'Connor2025-01-211-1/+1
* force_move: Implement CLEAR for SET_KINEMATIC_POSITION (#6262)Dennis Marttinen2025-01-101-2/+1
* safe_z_home: Fix final z hop to use relative z coordinates (#5879)redstone992022-11-221-1/+4
* safe_z_home: Use config.getfloatlist() for home_xy_position config optionKevin O'Connor2021-08-211-7/+2
* safe_z_home: Simplify logic and fix edge caseFlorian Heilmann2021-05-261-19/+13
* homing: Make homing.py an "extras" moduleKevin O'Connor2021-01-081-1/+1
* safe_z_home: Use configfile note_valid=False when inspecting z position_maxKevin O'Connor2020-12-131-5/+5
* gcode_move: Move GCodeMove class from gcode.py to new extras moduleKevin O'Connor2020-08-201-0/+1
* toolhead: Add a manual_move() helper functionKevin O'Connor2020-08-201-27/+14
* safe_z_home: Make sure X and Y are homed before homing Z (#3153)Florian Heilmann2020-08-051-3/+12
* safe_z_home: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-5/+5
* gcode: Create new wrapper class for gcode command parametersKevin O'Connor2020-05-051-2/+4
* 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