-
Notifications
You must be signed in to change notification settings - Fork 39
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
Plans / Feature requests for v2 #249
Comments
We're all watching this one closely with a new core UI in mind, look forward to seeing it happen. Good luck! |
definitely watching...I know Charlie has been playing with replacing components in the default UI with react pieces as a learning process. |
I'd like to see a few things. The temperature graph is a definite one if you're replacing the UI. I actually would like to see a graph of TX speed, especially if integrated with MeatPack. Currently it just divides the entire amount sent by the entire print time, so when you wait 10 minutes to heat up and level the bed in an 8 minute print you get a pathetically-low TX measure. Sometimes I see 2k pass right by in one second, but it says 173 bytes/sec. Using the simple moving average over the past n seconds, for some value of n, would work for the dial-style readout of current TX speed. |
Great work with v1 of your plugin! I'd love to be able to hde the filename - which is irrelevant info for me. Otherwise the number of (total) layers and (final) height is cut off. |
I think it would interesting to have the ability to have more than one Dashboard config at a time. On some computers I might want to have a full screen view of the basics - progress, temps, camera feed. I very much would like to have the icon / preview of the model on the full screen view. I am running multiple machines, with each its own octoprint version... I am using themefy to color code the printers so the UI in the browser is easy to distinguish when switching between browser tabs. I find themefy a bit cumbersome to configure, maybe there could be a better way of selecting basic color schemes or more refined schemes than the current ones. |
I just submitted a feature request but I would love to see webrtc implemented! |
Version 2 of dashboard is currently in the early stages of development. Instead of running in a tab within the octoprint webpage, dashboard v2 will replace the entire OctoPrint interface with itself via the UiPlugin mixin. The main goals of dashboard v2 are to be fully featured and able to fully replace the all the functionality of the default UI, and to be completely user customizable via the ability to rearrange and customize the widgets. Additionally, an interface will be made available to allow other plugins to add widgets and layouts to the dashboard interface.
This thread is for discussion / feature requests relating to v2. Please try to keep all v2 discussion here instead of creating a new issue.
The text was updated successfully, but these errors were encountered: