https://github.com/remcoder/octoprint-gcodethumbs
OctoPrint plugin to enrich the file list with a preview thumbnail for each gcode file.
https://github.com/remcoder/octoprint-gcodethumbs
Last synced: 8 months ago
JSON representation
OctoPrint plugin to enrich the file list with a preview thumbnail for each gcode file.
- Host: GitHub
- URL: https://github.com/remcoder/octoprint-gcodethumbs
- Owner: remcoder
- Created: 2017-05-10T18:08:51.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2021-05-13T22:53:10.000Z (almost 5 years ago)
- Last Synced: 2024-04-11T08:53:30.457Z (almost 2 years ago)
- Language: Python
- Size: 36.1 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Octoprint Gcode Thumbs
_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.

## Use at your own risk
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.
## Setup
Install via the bundled [Plugin Manager](https://github.com/foosel/OctoPrint/wiki/Plugin:-Plugin-Manager)
or manually using this URL:
https://github.com/remcoder/OctoPrint-GCodeThumbs/archive/master.zip
## Changelog
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