From 29aefdec087416bb6e11a550a8618993648de633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 11 Mar 2016 16:48:03 +0100 Subject: [PATCH] Don't send M20 twice after streaming to SD Fixes #1274 --- src/octoprint/util/comm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/octoprint/util/comm.py b/src/octoprint/util/comm.py index fa839e1a..1405a0f0 100644 --- a/src/octoprint/util/comm.py +++ b/src/octoprint/util/comm.py @@ -1106,8 +1106,6 @@ class MachineCom(object): except: pass elif 'Done saving file' in line: - self.refreshSdFiles() - if self._trigger_ok_for_m29: # workaround for most versions of Marlin out in the wild # not sending an ok after saving a file