Change probe offset; trigreer bloutch reset before homing

This commit is contained in:
pedro 2021-05-30 11:24:13 +00:00
parent 945eacadbb
commit 94d6a867bd
3 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@ M574 Y1 S1 P"io1.in" ; configure active-high endst
; Z-Probe ; Z-Probe
M950 S0 C"io7.out" ; create servo pin 0 for BLTouch M950 S0 C"io7.out" ; create servo pin 0 for BLTouch
M558 P9 C"^io7.in" H3 F500 T12000 ; set Z probe type to bltouch and the dive height + speeds M558 P9 C"^io7.in" H3 F500 T12000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X-28 Y15 Z0.9 ; set Z probe trigger value, offset and trigger height G31 P500 X-28 Y13 Z0.9 ; set Z probe trigger value, offset and trigger height
M671 X-4.5:250:504.5 Y504.52:-5:504.52 S5 ; define positions of Z leadscrews or bed levelling screws M671 X-4.5:250:504.5 Y504.52:-5:504.52 S5 ; define positions of Z leadscrews or bed levelling screws
M557 X0:500 Y0:500 P5 ; define 5x5 mesh grid M557 X0:500 Y0:500 P5 ; define 5x5 mesh grid

View File

@ -2,7 +2,7 @@
; called to home all axes ; called to home all axes
; ;
M280 P0 S160 ; Reset probe
G91 ; relative positioning G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-625 Y-605 F3600 ; move quickly to X and U axis endstops and stop there (first pass) G1 H1 X-625 Y-605 F3600 ; move quickly to X and U axis endstops and stop there (first pass)

View File

@ -2,6 +2,7 @@
; called to home the Z axis ; called to home the Z axis
; ;
M280 P0 S160 ; Reset probe
G91 ; relative positioning G91 ; relative positioning
G1 H2 Z5 F10800 ; lift Z relative to current position G1 H2 Z5 F10800 ; lift Z relative to current position
G90 ; absolute positioning G90 ; absolute positioning