-
Notifications
You must be signed in to change notification settings - Fork 118
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 Request] Preheat for Auto Level #216
Comments
I'll second this. However, I have the SmartPreheat Plugin, and I have the bed leveling handled there every print. One downside to this feature (and what Smart Preheat handles) is that every filament may have different heat settings, and therefore adding the "preheat" to the standard level is not really a thing... Much better to have it handled either in startup G-Code from your slicer, or the way I do with Smart Preheat. |
I agree we have different temps for different materials but currently autoleveling does not trigger any preheat - so it starts leveling with a cold bed (if you forget to preheat and you can't interrupt) - so we should possible get a dialog with predefined values to select from and after this temp is reached the autolevel should start - this way we have it in one workflow :-) |
Options:
|
Also: See Menu Configuration, where you can add custom buttons to do this. For example, the g-code to execute to preheat to 245 extruder and 85 bed:
I think, I may have missed some stuff, but that's the gist. |
Hey @thebeline sorry but it has nothing to do with the cura start codes and i have no motivation to discuss about your misunderstanding - we have an option to manually start a leveling via octoscreen which has nothing to do with the startcode of cura and this should make sure that the bd is heated nothing more nothing less... |
@hawkeyexp - I am not misunderstanding you, I understand quite well what you are requesting, and I am considering it from a programming perspective with that. I am just suggesting that adding a pre-heat option to the auto-level, due to specialty considerations with regards to individual set-ups, presents UX issues, and the desired result can be achieved a number of different ways (by, as mentioned, either setting up an auto-level that triggers after pre-heat for any/all prints via a plugin or configured start-up g-code), or with specially tailored g-code files that do precisely an auto-level, that you just "print" at will, as opposed to complicating the UI to accommodate all unique needs. That's all I am saying. Example G-Code file: Just upload this file and execute it like a normal print. It will pre-heat and Mesh Level and save the Mesh. Also, don't forget to update your slicer to LOAD the mesh:
|
I do a parallel preheat and auto level on all of my prints as part of the default gcode in the slicer. |
@hawkeyexp I think I found a true solution! So, after some digging, I found that all of this and more is possible with the OctoPrint Plugin Manager for OctoScreen. First thing in there is the Auto Bed Leveling G-Code editor. Now, for reference; prior to finding THIS, I had whipped up the following OctoPrint Custom Control to handle what you were asking, assuming it would auto-populate into OctoScreen (I was wrong), but let's use it for quick reference right now:
Taking the above, and looking at the ABL G-Code option in the OctoScreen manager, we could change what it currently says to something similar to what I had written above:
You have now custom configured the ABL with pre-heat!! There are also ways to add custom controls and screens to OctoScreen via the manager as well, and I am looking in to those now. Should be able to add a fully featured ABL with pre-heat select, there. I'll let you know! |
Sounds nice... |
I can confirm it works as intended. I set the above code in that field, and ran the auto-level from OctoScreen and the printer behaved as expected. G2G I think... I am currently hashing out a weird parse issue with custom controls, but I should have that sorted shortly... |
Yeah, NVM. There is an issue in an upstream library that parses Custom Action Inputs incorrectly, and it also doesn't seem like the OctoScreen code really DOES anything with the Inputs, so... Yeah. I am not dealing with that right now, even though it seems super neat, I have already wasted too much time. With regards to your Pre-Heat request, however, I think this about resolves it. |
Hi, it would be great if octoscreen does an auto preheat of bed for leveling :-)
The text was updated successfully, but these errors were encountered: