M675 not stopping when reaching X max
-
Hi, hopefully somebody knows what I’m doing wrong. I’m using the following to probe the cavity of an openbuilds XYZ probe:
M675 X R8 F100 P0 ; Find center in X axis
M675 Y R8 F100 P0 ; Find center in Y axis…and it moves and senses the X min, stops and then moves to sense the X max, but doesn’t stop. I’m hitting the estop.
I can see the XYZ probe registering the contact (green light)
Fingers crossed it’s something seen before.
-
Sorted that bit - the 'R' setting was way too high... set it to 2 and that part works.
-
@menthos I think the R value only needs to be high enough to guarantee that the probe stops registering contact after moving away from the minimum.
-
-
-
@dc42 Ah, ok, that would make sense... I'd read that as being the amount of travel it did to 'find' the edge.
Thanks!!
-
@menthos I have updated the documentation at https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m675-find-center-of-cavity.