Johan K
3d413df215
Changed the point data type sent from the backend from int64 to float.
...
Added extruder information to LayerPolygon
2016-07-14 11:08:05 +02:00
Johan Kristensen
41503d7d5b
Adapting code to merge of simple_convex_hull and code cleanup.
2016-06-28 23:50:00 +02:00
Johan K
788f79f5ba
Changing the message used from the engine from Layer to LayerOptimized.
2016-06-28 22:29:29 +02:00
Johan K
f184baadf0
Formulate layerview logic using numpy to speed up. Also changed layer data packets from engine to make it possible.
2016-06-28 22:29:29 +02:00
Simon Edwards
fd42a43270
Merge branch 'master' into simple_convex_hull
...
Conflicts:
cura/BuildVolume.py
cura/ConvexHullDecorator.py
cura/ConvexHullJob.py
cura/CuraApplication.py
2016-06-21 14:47:10 +02:00
Tim Kuipers
21ad4713a7
Merge branch '2.1'
2016-06-08 15:35:45 +02:00
Arjen Hiemstra
5873f1d4d0
Limit layer processing to 99% to indicate more stuff needs to happen
...
Fixes CURA-1644
2016-06-02 11:22:39 +02:00
Ghostkeeper
fa1d262123
Fix getting platform centre
...
With the new setting system.
Contributes to issues CURA-1278 and CURA-1591.
2016-05-24 01:16:11 +02:00
Simon Edwards
0b858f3878
Introduced a LayerDataBuilder. Made LayerData immutable just like its superclass. Fixed the layer view which broke.
...
Contributes to CURA-1504
2016-05-23 09:49:31 +02:00
Jaime van Kessel
efd14421cc
Codestyle & Documentation
...
CURA 537
2016-04-28 15:56:25 +02:00
Arjen Hiemstra
e5cc84cb3e
Handle negative layers in the Layer view
...
Offset all layers by the minimum layer count. This makes raft just a
minor special case when processing layers instead of needing to adjust
everything.
Contributes to CURA-653
2016-04-14 12:17:40 +02:00
Jaime van Kessel
dc1630c268
Merge branch '2.1' of https://github.com/Ultimaker/Cura
2016-04-08 15:02:30 +02:00
Jaime van Kessel
7045d67bde
Layer data is now processed layer by layer.
...
This is done to prevent the very large messages that would be sent otherwise.
Protobuf can't do anything with messages above 512MB. As we no longer send a
"collection" message, this should no longer occur.
CURA-1210
2016-03-24 12:14:31 +01:00