Cura/plugins
Arjen Hiemstra bc055a8031 Rework LayerData mesh generation for improved performance
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
2015-06-22 17:11:11 +02:00
..
CuraEngineBackend Rework LayerData mesh generation for improved performance 2015-06-22 17:11:11 +02:00
GCodeWriter Add missing copyright headers 2015-05-11 12:18:05 +02:00
LayerView Implement rendering the top 5 layers solid and with infill 2015-06-16 13:20:22 +02:00
USBPrinting Change "Update" back to "Update Firmware" 2015-06-17 16:03:07 +02:00