2021-05-28 22:35:11 +00:00
|
|
|
; this script compensates for what the Z offset is
|
2021-05-23 12:36:07 +00:00
|
|
|
; so if G31 P500 X-30 Y-15 Z1.7 then first probe will be at
|
|
|
|
; X30 Y20 (when G30 P0 X0 Y5)
|
|
|
|
|
2021-06-13 22:54:09 +00:00
|
|
|
M280 P0 S160 ; clear and reset BL touch
|
2021-05-23 12:36:07 +00:00
|
|
|
M561 ; clear any bed transform
|
|
|
|
|
2021-06-13 22:54:09 +00:00
|
|
|
G30 P0 X25 Y25 Z-99999 ; probe near a leadscrew
|
|
|
|
G30 P1 X250 Y475 Z-99999 ; probe near a leadscrew
|
|
|
|
G30 P2 X475 Y25 Z-99999 S3 ; probe near a leadscrew and calibrate 3 motors
|
2021-05-23 12:36:07 +00:00
|
|
|
|
|
|
|
G29 ; probe the bed and enable compensation
|
2021-05-26 21:17:05 +00:00
|
|
|
|