Closed JAdams12 closed 4 years ago
Really not sure why this was thumbs downed twice haha, but anyway I changed it to probe in the Y direction first to verify that it would probe the 8th point (rear center of bed, where it normally fails) without issue and it does. Granted the 8th point then becomes the 4th point, but the location is the same so it shows there's no intermittent break in the probe wiring.
Now it probes up to the 9th point, where it goes down, the probe is activated, the machine stops and it sends an error: probing failed.
Here's the output from Repetier when issuing a G29 command. Again, this only happens at the 9th point.
18:44:54.479 : Error:Probing Failed
18:44:54.479 : X:176.00 Y:172.10 Z:3.56 E:0.00 Count A:27848 B:312 Z:5702
I then did M111 S32 to go into debugging mode, but that didn't really tell me anything.
Really not sure why this was thumbs downed twice
Because these fields use formatting, and you keep posting wrongly-formatted unreadable and huge blobs of text that we have to edit for you to make readable in the first place. The instructions clearly say to ZIP the Configuration files and drop the ZIP on the message.
IOW you are making things extra difficult for us.
This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:
After seeking help from the community, if the consensus points to to a bug in Marlin, then you should post a bug report.
Right, I wasn't aware on how to properly format anything. The <> code tags wouldnt work for my config.h and I couldn't figure out how to properly do it without seeing your example. Thank you, I now know what tags to use.
Now as for this NOT being a bug... it for sure is, and I've tried everything that users on forums would suggest.
With that in mind, how can I say this IS a bug? Because I changed the config.h/config_adv.h in my last known good Marlin version (2.0.1) to match my single nozzle settings and probing works perfectly.
For what it's worth, here's both of my configuration.h files.
Marlin 2.0.1
Marlin 2.0.4.3
Again, sorry for the improper formatting before. I'm still trying to learn this Github thing. Thanks for the help.
Edited to add: I still somehow forgot that I was supposed to zip the configuration files. I promise I'm not actually this stupid all the time.
Whenever there are homing or leveling issues, we now ask everyone to follow a standard procedure to gather more information so that we're not just taking stabs in the dark. Here is the boilerplate:
bugfix-2.0.x
to test with the latest code.DEBUG_LEVELING_FEATURE
and M114_DETAIL
and re-flash the firmware.M111 S247
to enable maximum logging.G28
to do your standard homing procedure.G29
to probe the bed until the point of failure.Repeat this procedure, if needed, to demonstrate inconsistencies. From these logs we should hopefully get a better idea of what's going on with your machine.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
You guys are always so helpful and have taught me so much already, but I keep discovering new issues with my firmware. After updating my firmware to the latest 2.0.4.3 bilinear autolevel fails at the 8th point (rear center) then goes right into printing around 2mm over the bed. Has anyone else experienced this? Thanks!
Here's my config.h
```cpp /** * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see