mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-10 05:16:58 -06:00
Rather than using a lot of calls to MeshData::addVertices which is very slow, pre-allocate numpy arrays, fill them with data from the polygons and then assign them to the mesh data's arrays. This greatly increases performance of the layer data calculation. Contributes to #52 |
||
|---|---|---|
| .. | ||
| CuraEngineBackend | ||
| GCodeWriter | ||
| LayerView | ||
| USBPrinting | ||