mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-5128 Change method name to be more clear.
Remove a line introduced by mistake in previous commit.
This commit is contained in:
parent
bc5881fe1d
commit
6dc416e180
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue