-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add Bed and Extruder temperature placeholders for messages #210
Comments
This issue has been automatically marked for closing, because it has not had activity in 30 days. It will be closed if no further activity occurs in 10 days. |
Hi @sbussinger, there is no server-side event for the temp-change, so I need to implement a timer for reading the current temp. How often do you need a temp update in the UI e.g. is every 10 seconds enough? |
Every 10 seconds would be fine. A configuration setting would be nice I suppose, but not important for me. If I want real-time readings I can go to the temperature tab. But if adding timer support to the plugin is a big deal, I'd say skip this request. I thought perhaps it'd be easy to add along side existing stuff, if it's not simple then this isn't worth your time. Thanks! |
This issue has been automatically marked for closing, because it has not had activity in 30 days. It will be closed if no further activity occurs in 10 days. |
Hi @sbussinger, in the latest version 1.28.0 you can output the temperatures where ever you like ;-) Please test and give feedback. Thx, |
That's awesome, thank you very much! This is great! Feedback:
Again, thank you. It's much appreciated! |
Hi @sbussinger, The second point I am not able to reproduce.
|
On the second point, I normally use Edge, but it does the same thing on Firefox. I'll attach a short screen video showing the effect. It's not a regular pattern of blinking as far as I can tell, it's more random. 20220323130510.mp4I've had the Output Interval set to 0. I tried setting it to 5 seconds and it had no obvious effect, so I've set it back to 0. I don't have an LCD on the printer so I don't have the printer display stuff enabled. This is not a big deal and not worth spending a lot of time on. |
Hi @sbussinger, My assumption is that reading all temperatures from the printer that sometimes the bed-temperature is not always in the "response". So, I now store the last bed-temperature and if the current temperature could not read, I display the last readed temperature instead. This is implemented and now available in version 1.29.0rc1. If you are using OP 1.8.x you can switch between the release-channels via "Software Update" menu. Please test and give feedback. Thx, in advance |
It would be really nice if there were bed and extruder temperature keywords in the list of placeholders used in messages. I'd like to have the temperatures in the NavigationBar and would prefer not to install another plugin to do it when I'm using DisplayLayerProgress to modify the NavigationBar already.
The text was updated successfully, but these errors were encountered: