-
-
Notifications
You must be signed in to change notification settings - Fork 29
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: Material Unload Temp to not override a manual temp when higher than 240* #117
Comments
I found a way to do this by modifying the guppyscreen cfg file. This change will do the following: Limitations, the macro does not know the extruder set temp, so for example, if it is set to 300* but is currently at 250*, the macro will start the extrusion without waiting for the extruder to reach its current set point first. I am unaware of how to write the macro to do that. It took a while to figure out how to get it this far. Another thing I attempted was to have the screen give a popup message that it was loading or unloading filament. All I managed was to get a message to show in the console. I also attempted to alter the extrude length to 60mm, to better fully load the filament and purge a small amount with one command rather than needing to command more than one extrude. It does not change. If anyone has an idea, I would like to know. Here is the modified macro code for those interested. [gcode_macro _GUPPY_LOAD_MATERIAL] [gcode_macro _GUPPY_QUIT_MATERIAL] |
FYI: I've created a PR that should allow higher temperatures to be selected; #136 |
And I've also created a PR to add the chamber temperature to the print status screen; #141 |
I am printing with more engineering materials on my K1 Max.
When using the material load/unload commands under the extrude menu screen, the temperature changes to 240* no matter what temperature I have set manually.
I would like the option to either select the temperature on the extrude screen or for the load/unload command to not override my manually set temperature if it is currently set higher than 240*, as I need 300* for some of my filaments to load/unload properly.
If not a change to the load/unload macro tied to the buttons on the screen, I would like the temperature select buttons to also include 300*, so I can use the manual extrude/retract function. If there is no room to add an additional selection, I would suspect that many people do not need the lowest temperature option offered.
I would also appreciate the ability to monitor the chamber temp on the Print Progress screen. It would be useful for ensuring the temps are staying steady when printing engineering materials.
Thanks
The text was updated successfully, but these errors were encountered: