NOTICE: I'm not actively developing this plugin anymore. You're welcome to send in a PR and I promise to review it and I'll attempt to merge it. Other than that I will not be developing on it anymore
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.2
- Update GCode Preview to v2.0.6. This fixes an issue with the model sometime not being visible or centered correctly
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