fixed the M110 N... timeout.

This commit is contained in:
Teja 2015-01-08 21:41:48 +01:00
parent 77a827d5b1
commit 367712520b

View file

@ -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