From 367712520b2a71b4e6bee674c72aa4de6805c64f Mon Sep 17 00:00:00 2001 From: Teja Date: Thu, 8 Jan 2015 21:41:48 +0100 Subject: [PATCH] fixed the M110 N... timeout. --- src/octoprint/util/comm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/octoprint/util/comm.py b/src/octoprint/util/comm.py index d6e1f7ac..8f62ed86 100644 --- a/src/octoprint/util/comm.py +++ b/src/octoprint/util/comm.py @@ -1455,7 +1455,8 @@ class PrintingGcodeFileInformation(PrintingFileInformation): if self._lineCount is None: self._lineCount = 0 - return "M110 N0" + #return "M110 N0" + return "" try: processedLine = None