-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Comments
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? |
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? |
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. |
Sorry about that. Thank you for entering it as an Enhancement. |
I work on plugins in my spare time and that has been minimal lately. |
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
The text was updated successfully, but these errors were encountered: