fixed the M110 N... timeout.
This commit is contained in:
parent
77a827d5b1
commit
367712520b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue