Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[Request] Message in timelapse tab explaining that timelapse settings are disabled during printing #1028
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The timelapse tab should display a little message while a print is active, explaining that the timelapse settings are disabled while a print is ongoing. This way users will know why they currently cannot modify timelapse settings.
The result should be similar to what the plugin manager already does, example:
Steps to implement:
src/octoprint/templates/tabs/timelapse.jinja2to include a new alertdivsimilar to this one.data-bindproperty on the new alertdivtovisible: isPrinting()