mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Updated the cura code for removal of MeshBuilder.getMesh().
Contributes to CURA-1504
This commit is contained in:
parent
be145d02b3
commit
a2b5128c05
1 changed files with 1 additions and 1 deletions
|
@ -96,4 +96,4 @@ class Layer:
|
|||
|
||||
builder.addQuad(point1, point2, point3, point4, color = poly_color)
|
||||
|
||||
return builder.getData()
|
||||
return builder.build()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue