From a2b5128c05c9cf48f37a96f53097fc6c8d19cdcf Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Tue, 24 May 2016 20:51:49 +0200 Subject: [PATCH] Updated the cura code for removal of MeshBuilder.getMesh(). Contributes to CURA-1504 --- cura/Layer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()