diff --git a/octoprint/gcodefiles.py b/octoprint/gcodefiles.py index dd2b6189..992ed267 100644 --- a/octoprint/gcodefiles.py +++ b/octoprint/gcodefiles.py @@ -130,7 +130,6 @@ class GcodeManager: file.save(absolutePath) filename = file.filename - if isGcodeFileName(filename): return self.processGcode(absolutePath)