@Kiwi3D said in Lead Screw Calibration:
So what am I doing wrong here tea. Yes I understand P0 (left most probe position ) and P1 (right most probe position)
Driving me potty to be honest
I have attached my config.g and lead-screw macro.....welcome any feedback please
Screen Shot 2020-06-28 at 6.12.51 PM.png
config (6).g calibrate_leadscrews (1).g
I would say your probing in the wrong order swap the P0 and P1 parameters round but leave the X Y Co-ords where they are also the second set should be P2 and P3 even tho they just repeat the probes (Don't think you really need those mind and they may just confuse the issue.
So try
M561
;G30 P1 X10 Y100 Z-99999 ; probe near a leadscrew
;G30 P0 X210 Y100 Z-99999 S2; probe near a leadscrew
G30 P0 X10 Y100 Z-99999 ; probe near a leadscrew
G30 P1 X210 Y100 Z-99999 S2; probe near a leadscrew
G1 Z10
;M561
;G30 P0 X10 Y100 Z-99999 ; probe near a leadscrew
;G30 P1 X210 Y100 Z-99999 S2; probe near a leadscrew
;G30 P0 X10 Y100 Z-99999 ; probe near a leadscrew
;G30 P1 X210 Y100 Z-99999 S2; probe near a leadscrew
;G1 Z10
HTH
Doug