-
Notifications
You must be signed in to change notification settings - Fork 164
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
Added Features #135
Comments
For anyone thats cloning the code, I've just added the Layer progress, Estimated Time into the webpage & added Next Update feature. |
Can you let me know how i clone and update the code for printmonitor to get this to work? |
You can make your own fork, then download the code from my fork and paste into your own fork. There might be a better way of doing it if someone knows. |
can you also add the eta to the display not only to the webpage? thank you!!!! Greetings from Germany Pascal |
I've just uploaded a bin file which has been compiled from the features. ETA - both the actual time when the print is finished & how many hours / minutes till print is finished is programmed in. |
Super thanks... just downloaded your bin and flashed to the Esp... Layer and Time are now a part of the run, but no values are displayed ... I have installed the display eta plugin in octoprint... also on the webpage it displays: Status: Offline but also: a mix of offline and printings values... the test of the api shows me
greetings Pascal |
It requires the ‘Display Layer Progress’ plugin to be installed. To check if you have the plug-in installed go to the printers IP with the following added on ‘/plugin/DisplayLayerProgress/values’. So if your printers ip is 192.168.0.50 for example you would go to: http://192.168.0.50/plugin/DisplayLayerProgress/values I would restarted your monitor and printer to make sure everything works. |
Since there is a clock function, are you able to add in a feature which turns off the clock between set time? |
Can you explain a little better please? |
Currently there is only the option to display the clock and weather 24/7. A good addition is an option to choose to show the clock between 9am to 5pm for example, and the other hours the display will be off. |
ok, understood. possible to be imported from the marquee scroller which has that feature |
I haven't tested, but this does compile. Coded in the settings section:
and in the printer.ino:
Dont forget to add:
into the Loop section & handleUpdateWeather section. I'm trying to cover all bases. The loop section should be enough. |
@victor7376 I added checkDisplayPower as above and did not remove checkDisplay and added checkDispalyPower to the loop and it compiled ok but it isn't working on the display end. The screen is still on after hours. I had a look at the marquee scroller code and noticed that the author only have checkDisplay with the timeDisplayTurnOn code inside. Do you have any idea what's wrong? Thanks |
I’ll take a look at the code hopefully today. |
Done some quick testing and I've added the 'checkDisplayPower' in 3 different places, its allowing the unit to turn off at the correct time, but some reason its not turning the unit back on at the stated time. The only other possible way would be to try and program something into the unit so that when you visit the clocks server, you click on a few links which would turn the clock on and off. I'll take a look at this option tomorrow. |
Hi Qrome,
I've just made a branch of this and added 2 new features:
1, screen for current Layer
2, screen for estimated end time (clock)
But I've left them out of the RepetierClient as I dont use that so unable to test it.
The info has been pulled from the 'DisplayLayerProgress' plugin.
The text was updated successfully, but these errors were encountered: