https://github.com/octoprint/octoprint-filecheck
Checks for common issues in uploaded files
https://github.com/octoprint/octoprint-filecheck
octoprint octoprint-bundled octoprint-plugin
Last synced: about 1 year ago
JSON representation
Checks for common issues in uploaded files
- Host: GitHub
- URL: https://github.com/octoprint/octoprint-filecheck
- Owner: OctoPrint
- License: agpl-3.0
- Created: 2020-06-22T13:45:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T16:21:57.000Z (over 1 year ago)
- Last Synced: 2025-04-13T02:01:50.264Z (about 1 year ago)
- Topics: octoprint, octoprint-bundled, octoprint-plugin
- Language: Python
- Homepage:
- Size: 123 KB
- Stars: 8
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Check
The File Check plugin tries to detect common issues in uploaded files that are known to cause
issues while printing and which in the past have caused support requests on OctoPrint's Community
Forums, as well as leaked sensitive data such as API keys.

It currently detects and warns about the following issues:
* Outdated placeholder `{travel_speed}` left in the GCODE generated by the slicer. See
[here](https://faq.octoprint.org/file-check-travel-speed) for details on this.
* API keys leaked by the slicer into the GCODE. See
[here](https://faq.octoprint.org/file-check-leaked-api-key) for details on this.
Since version 2024.3.27 it also supports checking selected files as well as all uploaded files for issues on
the press of a button (if `grep` is available), not just freshly uploaded files.
## Setup
The plugin is part of the core dependencies of OctoPrint 1.4.1+ and will be installed automatically alongside it.
In case you want to manually install it for whatever reason, install via the bundled
[Plugin Manager](https://docs.octoprint.org/en/master/bundledplugins/pluginmanager.html)
or manually using this URL:
https://github.com/OctoPrint/OctoPrint-FileCheck/archive/master.zip