Browse Source

Updated the cura code for removal of MeshBuilder.getMesh().
Contributes to CURA-1504

Simon Edwards 8 years ago
parent
commit
a2b5128c05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/Layer.py

+ 1 - 1
cura/Layer.py

@@ -96,4 +96,4 @@ class Layer:
 
                 builder.addQuad(point1, point2, point3, point4, color = poly_color)
 
-        return builder.getData()
+        return builder.build()