-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature Requests: Bed Heating and Auto Stop #31
Comments
Hey, thanks for the kind words 😄 About the pre-heat: It wouldn't be as easy to implement this in a clean way as might one think. Maybe I am missing something, but from what I know by now there isn't an easy way in OctoPrint's plugin API to simply wait for something to occur. Also: I doubt it would actually make a difference. I can see why one would want to heat the bed before invoking the Could you please check on your side if it actually makes a difference? It doesn't seem to make one for me. The way I check:
As for the "abort on X consecutive points without adjustment" - yeah, I already thought of this. It wouldn't actually be that hard to implement - far easier than the "heat bed and wait", but I just never came around doing it. I'm sure I'll implement it eventually, just not sure when 😃 |
refs #31 Signed-off-by: Juri Berlanda <[email protected]>
@mlee12382 I just released Using the custom GCode for heating the bed will most probably cause a timeout in the current implementation, which is why I'd keep this issue open for now. I need to figure out how I can avoid that. I have an idea - we'll see if that works. The AutoStop as you called it - i.e. stop after all points were measured correctly - should work now. |
Awesome, I will test it out, I've manually preheated the bed before running autobim and it didn't seem to timeout on me, it probably sees it as being active and not idle so the timeout isn't being triggered, will let you know if I have any issues. |
Oh, sorry, I meant AutoBim will most likely timeout as it doesn't take into consideration such a long delay. So keep an eye on OctoPrint - it should display an error as it times out, hopefully 😄 |
Feature
There are a couple of features that I would love to see added to AutoBim:
When starting the autobim routine it should heat up the build plate and stabilize the temp before probing for more accurate results, you could add settings to the main settings page to adjust the pre-heat temp and wait time once temp is reached before probing starts. This seems like it should be relatively easy to add.
The other feature that would be awesome to have though slightly harder to add due to the logic needed to make it work would be a routine that checks to see if it's made a complete 4 point set of probes without calling for any adjustments then it ends the autobim routine automatically. You would need to have some if / then checks and if any 1 point needs adjustment it resets the check and starts it over once it goes back to location 1. I'm sure with enough effort this should be possible to map out but my programming skills are pretty rusty and my octoprint plugin programming skills are non-existant lol.
Thanks for creating an awesome plugin, I just wish I had found it sooner lol. I will definitely be sharing it with all of my friends.
The text was updated successfully, but these errors were encountered: