mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 06:33:59 -06:00
docs: Recommend safe_z_home over homing_override
Update BLTouch.md, FAQ.md, and sample-probe-as-z-endstop.cfg to recommend using a safe_z_home config section over a homing_override config section. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
ed610a6600
commit
3665e9fc53
3 changed files with 20 additions and 27 deletions
|
@ -20,16 +20,12 @@ endstop_pin: probe:z_virtual_endstop
|
|||
position_min: -2 # The Z carriage may need to travel below the Z=0
|
||||
# homing point if the bed has a significant tilt.
|
||||
|
||||
# The homing_override section modifies the default G28 behavior
|
||||
[homing_override]
|
||||
set_position_z: 0
|
||||
axes: z
|
||||
gcode:
|
||||
G90
|
||||
; G1 Z2 F600 ; Uncomment to blindly lift the Z 2mm at start
|
||||
G28 X0 Y0
|
||||
G1 X100 Y100 F3600
|
||||
G28 Z0
|
||||
# The safe_z_home section modifies the default G28 behavior
|
||||
[safe_z_home]
|
||||
home_xy_position: 100,100
|
||||
speed: 50
|
||||
z_hop: 15
|
||||
z_hop_speed: 5
|
||||
|
||||
# Example bed_tilt config section
|
||||
[bed_tilt]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue