Skip to content

Commit 5df096c

Browse files
committed
Merge branch 'improve/leaked-api-key' into devel
2 parents dc9b279 + 0127841 commit 5df096c

File tree

7 files changed

+697
-69
lines changed

7 files changed

+697
-69
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,25 @@
22

33
The File Check plugin tries to detect common issues in uploaded files that are known to cause
44
issues while printing and which in the past have caused support requests on OctoPrint's Community
5-
Forums.
5+
Forums, as well as leaked sensitive data such as API keys.
66

77
![Screenshot](https://raw.githubusercontent.com/OctoPrint/OctoPrint-FileCheck/master/extras/screenshot.png)
88

99
It currently detects and warns about the following issues:
1010

1111
* Outdated placeholder `{travel_speed}` left in the GCODE generated by the slicer. See
1212
[here](https://faq.octoprint.org/file-check-travel-speed) for details on this.
13+
* API keys leaked by the slicer into the GCODE. See
14+
[here](https://faq.octoprint.org/file-check-leaked-api-key) for details on this.
15+
16+
Since version @@TODO@@ it also supports checking selected files as well as all uploaded files for issues on
17+
the press of a button (if `grep` is available), not just freshly uploaded files.
1318

1419
## Setup
1520

1621
The plugin is part of the core dependencies of OctoPrint 1.4.1+ and will be installed automatically alongside it.
1722

18-
In case you want to manually install it into an older version for whatever reason, install via the bundled
23+
In case you want to manually install it for whatever reason, install via the bundled
1924
[Plugin Manager](https://docs.octoprint.org/en/master/bundledplugins/pluginmanager.html)
2025
or manually using this URL:
2126

0 commit comments

Comments
 (0)