config: Fix G90 use in sample-probe-as-z-endstop.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -25,8 +25,8 @@ position_min: -2 # The Z carriage may need to travel below the Z=0
|
||||
set_position_z: 0
|
||||
axes: z
|
||||
gcode:
|
||||
; G90 ; Uncomment these 2 lines to blindly lift the Z 2mm at start
|
||||
; G1 Z2 F600
|
||||
G90
|
||||
; G1 Z2 F600 ; Uncomment to blindly lift the Z 2mm at start
|
||||
G28 X0 Y0
|
||||
G1 X100 Y100 F3600
|
||||
G28 Z0
|
||||
|
||||
Reference in New Issue
Block a user