index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
safe_z_home.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
safe_z_home: Use config.getfloatlist() for home_xy_position config option
Kevin O'Connor
2021-08-21
1
-7
/
+2
*
safe_z_home: Simplify logic and fix edge case
Florian Heilmann
2021-05-26
1
-19
/
+13
*
homing: Make homing.py an "extras" module
Kevin O'Connor
2021-01-08
1
-1
/
+1
*
safe_z_home: Use configfile note_valid=False when inspecting z position_max
Kevin O'Connor
2020-12-13
1
-5
/
+5
*
gcode_move: Move GCodeMove class from gcode.py to new extras module
Kevin O'Connor
2020-08-20
1
-0
/
+1
*
toolhead: Add a manual_move() helper function
Kevin O'Connor
2020-08-20
1
-27
/
+14
*
safe_z_home: Make sure X and Y are homed before homing Z (#3153)
Florian Heilmann
2020-08-05
1
-3
/
+12
*
safe_z_home: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-5
/
+5
*
gcode: Create new wrapper class for gcode command parameters
Kevin O'Connor
2020-05-05
1
-2
/
+4
*
safe_z_home: Simplify check for axes to home
Kevin O'Connor
2020-04-22
1
-5
/
+3
*
safe_z_home: Support note_z_not_homed() in kinematics (#2500)
David Smith
2020-03-01
1
-0
/
+2
*
gcode: Return previous handler from register_command(cmd, None)
Kevin O'Connor
2020-02-12
1
-3
/
+3
*
toolhead: Report which axes are homed via get_status()
Kevin O'Connor
2019-11-24
1
-3
/
+3
*
safe_z_home: Fix unintended change in default behavior
Master92
2019-10-03
1
-1
/
+1
*
safe_z_home: Fix issue where 'home_xy_position: 0,0' did not position at 0,0
Jason S. McMullan
2019-10-03
1
-4
/
+2
*
safe_z_home: Hop only if necessary and add option to move xy back
Master92
2019-09-18
1
-15
/
+35
*
extra: Add Safe Z home extra
Florian Heilmann
2019-08-09
1
-0
/
+82