Skip to content
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

Layer Time Chart #59

Closed
StefanCohen opened this issue Oct 1, 2019 · 3 comments
Closed

Layer Time Chart #59

StefanCohen opened this issue Oct 1, 2019 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@StefanCohen
Copy link
Collaborator

DisplayLayerProgress will soon (next release?) be able to send lastLayerDurationInSeconds and averageLayerDurationInSeconds along with the other events.

I have prepared the Dashboard backend so it aggregates all layer times in the layer_times list and propagates it to the viewmodel as self.layerTimes

This will make it possible to create a graph with all layer times like this:

Screenshot 2019-09-29 at 23 09 35

@StefanCohen StefanCohen added the enhancement New feature or request label Oct 1, 2019
@StefanCohen
Copy link
Collaborator Author

I'm thinking about using chartist for the graph.

@StefanCohen
Copy link
Collaborator Author

Working prototype:

Screenshot 2019-10-01 at 16 36 54

@StefanCohen StefanCohen added this to the 1.8.0 milestone Oct 1, 2019
@StefanCohen
Copy link
Collaborator Author

Fixed in v1.8.0. Requires DisplayLayerProgress v1.14.0 or later: OllisGit/OctoPrint-DisplayLayerProgress#85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant