3D printer / slicing GUI built on top of the Uranium framework
Find a file
Arjen Hiemstra e679c0a2b0 Replace python timer with QTimer since python timer is unreliable
Python's timer::cancel() method will sometimes not actually cancel the
timer. So instead, use a QTimer since those are more reliable.
2015-03-24 17:26:27 +01:00
Commands Fixed broken renames in qml 2014-12-15 11:24:43 +01:00
__init__.py Move backend location preference into the backend class and use the new api 2015-03-11 18:11:00 +01:00
Cura_pb2.py Assign processed GCode to a mesh instead of the scene 2015-03-03 18:00:49 +01:00
CuraEngineBackend.py Replace python timer with QTimer since python timer is unreliable 2015-03-24 17:26:27 +01:00
LayerData.py Fix LayerData to use the right indices for polygons 2015-03-16 10:09:29 +01:00
ProcessGCodeJob.py Catch errors when objects no longer exist in backend processing jobs 2015-03-23 15:31:16 +01:00
ProcessSlicedObjectListJob.py Do not make center dependant on object position and correct for object position in ProcessSlicedObjectListJob 2015-03-24 17:26:26 +01:00