aboutsummaryrefslogtreecommitdiffstats
path: root/config/sample-probe-as-z-endstop.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/sample-probe-as-z-endstop.cfg')
-rw-r--r--config/sample-probe-as-z-endstop.cfg16
1 files changed, 6 insertions, 10 deletions
diff --git a/config/sample-probe-as-z-endstop.cfg b/config/sample-probe-as-z-endstop.cfg
index 9ef5df7b..99211674 100644
--- a/config/sample-probe-as-z-endstop.cfg
+++ b/config/sample-probe-as-z-endstop.cfg
@@ -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]