mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix typing
CURA-6643
This commit is contained in:
parent
946b2b943e
commit
79f11286a6
3 changed files with 19 additions and 11 deletions
|
@ -292,7 +292,7 @@ class FlavorParser:
|
|||
extruder.getProperty("machine_nozzle_offset_y", "value")]
|
||||
return result
|
||||
|
||||
def processGCodeStream(self, stream: str, filename: str) -> Optional[CuraSceneNode]:
|
||||
def processGCodeStream(self, stream: str, filename: str) -> Optional["CuraSceneNode"]:
|
||||
Logger.log("d", "Preparing to load GCode")
|
||||
self._cancelled = False
|
||||
# We obtain the filament diameter from the selected extruder to calculate line widths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue