mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix GCodeReader-feature related _readMeshfinished to match changes upstream.
The job.getResult() now returns a list of nodes now, so we need to loop over those nodes instead of taking it as a single node value.
This commit is contained in:
parent
cb428c70de
commit
9e85d6c894
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
# Copyright (c) 2015 Ultimaker B.V.
|
||||
# Cura is released under the terms of the AGPLv3 or higher.
|
||||
|
||||
import math
|
||||
import os.path
|
||||
import zipfile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue