Skip to content
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

Open
hitnrun30 opened this issue Jan 4, 2023 · 10 comments
Open

[Request] ABL Misfire #7

hitnrun30 opened this issue Jan 4, 2023 · 10 comments
Assignees
Labels
enhancement New feature or request

Comments

@hitnrun30
Copy link

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

@scmanjarrez
Copy link
Owner

What do you mean by variaton? Variation to what?

@hitnrun30
Copy link
Author

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,

@scmanjarrez
Copy link
Owner

scmanjarrez commented Jan 5, 2023

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).

@hitnrun30
Copy link
Author

You mean from a specific point in the mesh? How would you know the variation without triggering ABL to know the current 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

@scmanjarrez
Copy link
Owner

scmanjarrez commented Jan 5, 2023

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.
And if I load the mesh from memory, I won't be able to know the new variation from last print unless I check the new mesh (which imply triggering ABL).

I'll ask jneilliii about his plugin, because I'm not understanding what you want.

@hitnrun30
Copy link
Author

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.

@scmanjarrez
Copy link
Owner

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?

@hitnrun30
Copy link
Author

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).

@scmanjarrez scmanjarrez added this to the 0.1.4 milestone Jan 8, 2023
@scmanjarrez scmanjarrez self-assigned this Jan 8, 2023
@scmanjarrez scmanjarrez added the in-development Currently working on implementation label Jan 8, 2023
@hitnrun30
Copy link
Author

Just so you don't think I'm lying.
newplot

@scmanjarrez scmanjarrez added the enhancement New feature or request label Jan 31, 2023
@scmanjarrez scmanjarrez removed this from the 0.1.4 milestone Feb 1, 2023
@beffjessen
Copy link

beffjessen commented Feb 13, 2023

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:

  • Run ABL before every print (or every N prints, N days, etc)
  • Check that the variation in the bed mesh is within a user-specified tolerance
  • If the variation exceeds the tolerance threshold, do something - prompt the user before continuing the print; abort the print; even just do nothing, but raise a flag so the user could tram before the next print

@scmanjarrez scmanjarrez removed the in-development Currently working on implementation label Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants