CURA-5128 Change method name to be more clear.

Remove a line introduced by mistake in previous commit.
This commit is contained in:
Diego Prado Gesto 2018-03-23 17:21:09 +01:00
parent bc5881fe1d
commit 6dc416e180
3 changed files with 2 additions and 3 deletions

View file

@ -286,7 +286,7 @@ class FlavorParser:
extruder.getProperty("machine_nozzle_offset_y", "value")]
return result
def processGCodeFile(self, stream):
def processGCodeStream(self, stream):
Logger.log("d", "Preparing to load GCode")
self._cancelled = False
# We obtain the filament diameter from the selected printer to calculate line widths