-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Current Delta Auto Level Issues ? #2302
Comments
I have the same problem in marlin and marlin4due, i think is a knowed problem |
@giutrec "same problem" ? I see no problem with how mine auto levels itself. I was looking for confirmation on what is the list of bugs currently, or maybe someone top point out in my video what the issues are :P |
No excuse me, i have look your video and i've observe the convex movement to goto each new line of the grid, the probe works correctly but is a little bug. |
@giutrec ahhh, see i didn't notice that. Ill see if I can track down that bug :) |
I think that the problem is that the motion is in the actuator domain and not in the cartesian domain. By that, I mean that if you look at the end points of the motion and find that one of the actuators is in the same place for both ends, then the movement does not change the position of that actuator. This leads to a curved motion in the cartesian domain. To obtain linear motion, it is necessary to move the actuator away from its initial position and then return it to that position as a part of the coordinated movements which make up the action. I addressed this on my machine by raising the effector at the end of each probing far enough to keep the "sag" from causing a problem. |
With the new zigzag (V<3) this should be not a big problem. |
It would be great to have a patch to make the probe movements go through the delta interpolation. I've looked at the problem and it slightly intimidated me due to unfamiliarity. |
Rather that attempting to approximate linear motion during these moves (you can only approximate it because to the kinematics) and the fact that there is no value in having "zero" sag in the path, I would suggest that it might be easier to estimate the maximum sag and assure that the probe is raised enough to maintain a lowest point at least above some clearance threshold. The difficult in doing even that is that it becomes very complex when you are dealing with sloped beds. |
…due to the shorter moves between adjacent rows.
The firmware just divides up linear moves into smaller segments while printing on a delta. (See |
@BuzzBumbleBee Can you share your Have been trying to use my "new" probe on my delta to do some auto level without success. I'm using the latest Development branch. Thank you! |
#1731 |
I forgot to say please! |
Thank you for your interest making Marlin better and reporting this issue but this topic has been open for a long period of time without any further development. Marlin has been under heavy development for the past couple of months and moving to it's last mile to finish the RC cycle and release Marlin v1.1.0. We suggest you to try out the latest RCBugfix branch and reopening this issue if required. |
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. |
All,
What are the current issues with the current auto bed level code when using deltas ? Iv looked through the milestones and issues, but its hard to tell whats current. For a test I used my 3DR with FSR probe after #2281 was merged into marlin. Everything seemed to work fine when the commands went in the order G28 --> G29 --> Print see video below as how the printer behaved.
https://www.youtube.com/watch?v=iZxeP_71bXk
If someone could link me to the current standing issues id be happy to take a look at them.
Regards,
The text was updated successfully, but these errors were encountered: