BL Touch
-
-
M98 P"bed.g" is not working when called within homeall.g
If you want to call bed.g from anywhere you can just use G32.
Your bed.g file uses both M516 and G29 S2. According to dc42 M561 does the same as G29 S2 (which has an incorrect comment) so you don't need both.
Your homez.g uses the point 15,15 for G30 but homeall.g uses 250,250 - I would use 213,250 for both files - the 213 takes the X offset of the Z probe into account so the probe ends up and 250,250.
In your config.g file the G31 P parameter is 500 but as I recall for a BLTouch it should be 25.
Frederick
-
We've reached 121 posts in this thread and I think the original issue is no longer present. Do you think you could start a new thread with a restatement of the current problem? Please include all of your config files in one post. That way we can take a fresh look at everything.
-
@Phaedrux sure thing. I agree.
-
@fcwilt I appreciate it, I will try that now.
-
We've reached 121 posts in this thread and I think the original issue is no longer present. Do you think you could start a new thread with a restatement of the current problem? Please include all of your config files in one post. That way we can take a fresh look at everything.
Well that explains why I've had this feeling of answering the same question multiple times.
Frederick