You are not logged in.
I want to change the Web UI to better reflect what is being shown on the projector/screen. My printer has a very slow Z-axis (10+ seconds between layers) and I'd like to be able to tell if the shutter is open or closed (or if the screen is blank) from the Web UI. I thought I could grab it from the status.json but the closest I saw was 'Covered:false' but it never seems to be true, I assume this has to do with manually blacking out certain sections?
I assume that the back-end code is not on Github (or another public repo). If it is open source, then I'll modify it myself.
Last edited by Raukk (2016-12-25 22:46:07)
Offline
You are right Covered is used for blackout feature.
I think you get what you want through /log path. It is json stream.
Offline