mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| Cura_pb2.py | ||
| CuraEngineBackend.py | ||
| LayerData.py | ||
| ProcessGCodeJob.py | ||
| ProcessSlicedObjectListJob.py | ||