Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Edwards <s.edwards@ultimaker.com>2016-05-24 21:51:49 +0300
committerSimon Edwards <s.edwards@ultimaker.com>2016-05-24 21:51:49 +0300
commita2b5128c05c9cf48f37a96f53097fc6c8d19cdcf (patch)
treed8c0546f746166c10e3fb3bd9e477eed62820b6f /cura/Layer.py
parentbe145d02b3ba43466367f6af0679248b17252d2b (diff)
Updated the cura code for removal of MeshBuilder.getMesh().
Contributes to CURA-1504
Diffstat (limited to 'cura/Layer.py')
-rw-r--r--cura/Layer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/Layer.py b/cura/Layer.py
index a95fbf64ef..904e5528a3 100644
--- a/cura/Layer.py
+++ b/cura/Layer.py
@@ -96,4 +96,4 @@ class Layer:
builder.addQuad(point1, point2, point3, point4, color = poly_color)
- return builder.getData() \ No newline at end of file
+ return builder.build()