Plugin for Octoprint that displays what layer a print job is on.
- Does not require special GCode comments. LayerDisplay analyzes the GCode before the a print starts to figure out where layer changes happen.
- LayerDisplay does not work when printing from the SD card.
Install via the bundled Plugin Manager or manually using this URL:
https://github.com/chatrat12/layerdisplay/archive/master.zip
- Error checking Handle any possible errors (such as read errors) and report them to the user.
This is my first python project. I don't know enough about python to follow my usual design patterns. Feedback is greatly apperciated :)