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

Fix GUI so it updates more often after operations #51

Closed
pixelpusher opened this issue May 5, 2020 · 1 comment
Closed

Fix GUI so it updates more often after operations #51

pixelpusher opened this issue May 5, 2020 · 1 comment

Comments

@pixelpusher
Copy link
Owner

the updateGUI() function in js/liveprinter.ui.js doesn't always update because it depends on a gcode response callback. Functions like # turn 90 don't generate gcode, hence don't update the GUI display up top. This needs to be done more sensibly.

@pixelpusher
Copy link
Owner Author

fixed in 7d79913

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

No branches or pull requests

1 participant