3D printer / slicing GUI built on top of the Uranium framework
Find a file
Arjen Hiemstra 9dbff5a109 Only build the layer data mesh after we have received all the polygons
Certain polygons might be added to a layer later, so to prevent issues
when using range drawing, we need to wait until we have all layer data
then process that in the right order.
2015-04-28 11:30:52 +02:00
Commands Fixed broken renames in qml 2014-12-15 11:24:43 +01:00
__init__.py Plugin registering is now done by dict instead of single object or list 2015-04-22 11:00:12 +02:00
Cura_pb2.py Add support for displaying print time and print material amount 2015-04-20 17:55:52 +02:00
CuraEngineBackend.py Merge fix, and update to json file to get all engine settings in there. 2015-04-23 14:50:55 +02:00
LayerData.py Only build the layer data mesh after we have received all the polygons 2015-04-28 11:30:52 +02:00
ProcessGCodeJob.py Use the new CuraEngine GCode protocol instead of temp files. 2015-04-08 13:57:53 +02:00
ProcessSlicedObjectListJob.py Only build the layer data mesh after we have received all the polygons 2015-04-28 11:30:52 +02:00