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

Action upon a measurement exceeding a threshold + or - #620

Open
AlexVercammen opened this issue Jun 26, 2023 · 6 comments
Open

Action upon a measurement exceeding a threshold + or - #620

AlexVercammen opened this issue Jun 26, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@AlexVercammen
Copy link

I would love for Bed Visualizer to Cancel/Continue the start of a print if a measurement is exceeding a threshold + or - (user settings).
In my case, every prints start with the command to level with @BEDVISUALIZER. But, sometimes, a corner is out-of-wack and I have to catch it. Not sure if you can "activate" the Bed Visualizer tab to bring it upfront as you prompt the message.
<<
M117 Homing...
G92 E0 ;Reset Extruder
G28 ;Home all axes
M117 Building Mesh...
G29 ;Level bed (mesh)
@BEDLEVELVISUALIZER
M420 S1 V ;Mesh Leveling ENABLED

@jneilliii jneilliii added the enhancement New feature or request label Jun 26, 2023
@jneilliii
Copy link
Owner

Not sure if you can "activate" the Bed Visualizer tab to bring it upfront as you prompt the message.

This would definitely be possible, but would probably make it an option.

I think I've had a request before about the variance exceeding a threshold, do you mean that or each probe point?

@AlexVercammen
Copy link
Author

I think for each point. And if 1 of them exceeds the threshold prompt to Continue or Cancel. But the variance could work as well. Also, is 1 value for the threshold enough (Delta would not be signed) or do we need positive and negative values?
I think the latter would provide more flexibility.
For example, I do flip my Glass Borosilicate bed depending if I use glue (glass side) or hairspray (Borosilicate side). And I've noticed the leveling results are different between the 2. Meaning, glass has to be warped at the corners. But I cannot tell you if the Delta is the same for both sides.

@jneilliii
Copy link
Owner

in theory the delta should be the same from one side to the other. the variance value is exactly that, the difference between the highest point and the lowest point of all probed values.

@AlexVercammen
Copy link
Author

AlexVercammen commented Jul 8, 2023

Do you think you can fix as well this issue of not rounding to 3 decimal digits for the variation calculation.

BedVisualizer

@AlexVercammen
Copy link
Author

Sorry about that. Thank you for entering it as an Enhancement.
Secondly, any update on this enhancement. I know there was a major release which may have impeded your progress.

@jneilliii
Copy link
Owner

I work on plugins in my spare time and that has been minimal lately.

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

2 participants