mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:36:05 +08:00
Updated the cura code for removal of MeshBuilder.getMesh().
Contributes to CURA-1504
This commit is contained in:
parent
be145d02b3
commit
a2b5128c05
@ -96,4 +96,4 @@ class Layer:
|
|||||||
|
|
||||||
builder.addQuad(point1, point2, point3, point4, color = poly_color)
|
builder.addQuad(point1, point2, point3, point4, color = poly_color)
|
||||||
|
|
||||||
return builder.getData()
|
return builder.build()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user