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:
Youness Alaoui 2016-12-16 12:59:37 -05:00
parent cb428c70de
commit 9e85d6c894
2 changed files with 2 additions and 3 deletions

View file

@ -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