-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
G29 logs "Error:Probing failed" #11
Comments
Not a firmware answer, but it appears that the effector screw is colliding with the back bed clip. On stock firmware, this can happen with G29 P5. Here's a close-up video with a list of possible hardware fixes in the video description, if you want to go that route: |
I was more hoping that i could change the amount of probe points so it did not collide, but i do not know how to change this to the stock probe points. The 3 probe points from stock always got me level results but stock had other issues so i cant revert back. TLDR can i do this in software? |
I've read the information in the description, but G29 P1 still does the same probe layout. Is this because its only found in stock? if so how do i add this probe layout into this firmware? |
I believe @PurpleHullPeas is correct -- the bed level fails because the nozzle never makes contact with the bed at the final probe location. @tclupper mentioned a similar problem (the nozzle is too high) and a fix:
As a work-around, you can set the bed level points manually with M503 ; lists settings, including the G29 probe results, NaN values need to be set
M421 I3 J6 Z<value> ; last probed location
M421 I<index> J<index> Z<value> ; for each NaN value Also, I think G28
M503 ; lists settings, including the G29 probe results, NaN values need to be set
G29 W I3 J6 Z<value> ; last probed location
G29 W I<index> J<index> Z<value> ; for each NaN value |
Actually, there is a simpler work-around. The firmware includes a custom option to the G28
G29 V3 ; this will fail on the last probe location
G29 C1 ; use the existing values to compute a plane
|
Thanks man, its 11 PM here but i'll try in the morning then close the issue. |
Yup that did it, thanks for the help guys! :) |
Re-titled, re-opened, and tagged for better visibility. |
Someone on Facebook asked, so I'm adding this link for the modified G29 command as a comment so that everything is in one spot: #15
|
Thank you, @PurpleHullPeas. Yes, it's good to put all of the solutions under one issue. I know this issue is a nusiance for some, but I'm reluctant to change the default radius (in the firmware) from 55 to 50mm:
If the mpmd_marlin_1.1.x firmware manages to gather some users, I imagine we'll have alternate |
@aegean-odyssey Getting a bit off-topic, but from what I can tell, several people in the Facebook Group have started flashing it. The Marlin4MPMD GitHub now tells people to flash your port, instead. |
Been using my printer for a while now, had to disassemble the hotend as it was blocked but its now working fine. Thanks to your help im back up and running much better than stock! Cannot thank you enough! |
I have an original Indiegogo version and just ran into this issue. I can confirm that the alternate G29 command above (G29 L-50 R50 F-50 B50 V3) that reduces the build radius to 50mm worked for me. Thank you! |
Thank you @socialhacker for reporting your experience. All facts are helpful, and interesting that the issue can affect units back to the original Indiegogo run. Perhaps this is a common enough situation to warrant an "alternate" auto-calibration.gcode file; a version of the auto-calbration that uses the alternate |
move to the FAQ |
The screw of the effector hits the little black nub for me during G29 too. Not a gcode fix, but I found that using my glass bed fixes the issue. M665 V is supposed to set the delta calibration radius but it does not seem to be honored by G29. Am I using the wrong parameters? This being a non-standard G29 still gets me a little confused. |
M665 V controls the calibration radius of G33. For G29, you can follow the example inside CALIBRATE_25MM.gcode. The probing problem is also documented in the FAQ. EDIT: I just realized this is the same post that is already linked in the FAQ. Here is the relevant comment earlier in this thread:
|
Firmware: 119r09 and 119r08
When both printing and in pronterface, G29 always fails at the last probe point and then tries to print above the bed, or sometimes even on an angle. Is there any way to use the 3 point probe from the default firmware?
Here is a video of it failing:
https://photos.google.com/share/AF1QipOpQerdXveVQ59nhlWZ6OPUsvph1YbeF6z00PXFSvpd83a3BwlIPNjzGnq16lESxA?key=alpPRFc3dk02QkxXakNrcHlfT1lGOThtdHIxTUFn
The text was updated successfully, but these errors were encountered: