-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Request] ABL Misfire #7
Comments
What do you mean by variaton? Variation to what? |
From Min to Max Value. Usually if there is a misfire, the value will be something like -2, so if the variation is greater than -1 automatically rerun, |
You mean from a specific point in the mesh? How would you know the variation without triggering ABL to know the current mesh? Edit: I could save the mesh (A), but I can't check the variation of every point because that would imply triggering ABL again to measure every point and compare (which doesn't make any sense, because you are updating the mesh). |
Well I use the bed leveling visualizer, it always shows a Max, Min and a Var(iation) When you get the values, get the max, min and subtract the max from the min and then have something that checks the threshold, if its breached, rerun the the G29 code |
I still don't get it. Imagine that I store the mesh, I calculate the variation from min and max as suggested, but then? If the variation is higher than a threshold, then G29 is sent, generaring a new mesh, ok; but min and max in the new mesh will be the same unless you physically change the bed surface. I'll ask jneilliii about his plugin, because I'm not understanding what you want. |
Ok, I get misfires of the ABL all the time, where in the number registers as a hole or visually a purple cone. if the bed is relatively level the only colors should be green, with maybe some high spots in yellow and low spots in blue. If there is a purple cone, redo the mesh. Take the numbers, figure out the max and min, and if the option is set and the threshold is breached, automatically run a G29. |
Ok, I've talked with jneilliii, so you want to trigger ABL once more if the first triggered ABL reports a difference between min and max point superior to a threshold, is that correct? What should happen if the second ABL also reports the same difference? I guess you only want the second trigger only to assure that the difference wasn't a fluke, right? |
Technically, or the feature could either have it run x times and have a drop down for the amount of times, and 0 would be until it is working correctly (infinite). |
I would be interested in a related feature: I've noticed that my bed will drift out of parallel over time, and at some point the bed will get so far out that I need to manually tram it back to within some tolerance (i.e., the same variation calculation referenced above). It would be awesome if this plugin enabled the user to:
|
Is your feature request related to a problem? Please describe.
I always have to redo the ABL if for some reason it misfires, i.e. there is a big cavern in the middle of the bed.
Describe the solution you'd like
If the variation is off by more than X redo the auto leveling automatically.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: