Enriches the file list with a preview thumbnail for each gcode file.
This plugin uses some hacks to do what is otherwise impossible via the official API. This means that upgrading Octoprint or using other plugins could lead to issues.
Install via the bundled Plugin Manager or manually using this URL:
https://github.com/remcoder/OctoPrint-GCodeThumbs/archive/master.zip
0.2.1
- properly handle files in subfolders
0.2.0
- fixed detection of which gcode files are scrolled into view
- added caching to avoid re-downloading gcode files
- use internal filename if it differs from the original name
- improved error handling
0.1.0
- initial version