Repeated Deploy and Retract Probe G32
-
I have 3 Z motors and I am using a Euclid Probe that must be picked up before probing bed. When I run G32, the probe will be picked up and returned between each of the three probing locations. Don't know enough to determine why?
M561 ; clear any bed transform G30 P0 X4.5 Y14.65 Z-99999 ; probe near a leadscrew G30 P1 X311 Y625.65 Z-99999 ; probe near a leadscrew G30 P2 X618.5 Y14.65 Z-99999 S3 ; probe near a leadscrew and calibrate 3 motors
-
You can deploy the probe with M401 at the beginning at the macro, and stow it with M402 at the end of the macro. That should avoid unnecessary cycles.
-
@oliof That worked! One more thing, it will take the probe to the middle of the bed and then go to the 1st probing point, do you have any idea why?
-
@SignPostMan probably that's what it's told in deployprobe.g
-
@oliof OK Thanks
-
-