Greetings!
I just started using AstroPrint yesterday after using OctoPrint for a week now. The ability to check on your prints over the cloud service makes it a clear winner. At surface level, it seems more secure. I’m liking the experience so far.
One little hiccup for me is the ‘Print View’ screen.
(Sorry for the imgur link, I can only post one image because I’m new :O)
The Problem
The video feed is quite small on my desktop screen and it is hard to make out details on my print. In order to get the resolution I need, I have to scale up the page. When I do that, all of the other information about the print status in no longer in view.
My Solution
I wrote an extension for chrome the adjusts the page’s layout.
This layout makes the video feed bigger and leaves all of the data visible on screen when the web page is in ‘large’ mode. For me personally, this is a big improvement for monitoring my prints.
I made very minor changes and I think this could be improved upon. All I did was make the video 8 columns for large mode instead of 4. I then moved the progress bar to come after the ‘Printing Layer’ div.
I also added a button to allow me the view the video in full screen, Full screen isn’t a huge deal for me and I imagine it has not been included because of the lack of a universal API for it.
Let me know what you think. Thanks