Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <ghost_keeper+github@hotmail.com>2016-03-21 17:46:43 +0300
committerGhostkeeper <ghost_keeper+github@hotmail.com>2016-04-05 18:13:37 +0300
commit5da1632d9fce9ff975c7f2249829552b0904a960 (patch)
treef1eeacd746f1141fa80e94bbe714273c65ecd1d3 /Cura.proto
parentcbf1152f5680e91a9cfa4c86e515cce83e56c891 (diff)
Remove sliced object lists from protocol
Each layer is now sent individually, instead of grouped by object and grouping those objects in a sliced object list. The list was sometimes too large to send in one message. The objects weren't used by the front-end anyway. Contributes to issue CURA-1210.
Diffstat (limited to 'Cura.proto')
-rw-r--r--Cura.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cura.proto b/Cura.proto
index 2e968c559..80ce1813e 100644
--- a/Cura.proto
+++ b/Cura.proto
@@ -58,7 +58,6 @@ message Polygon {
// typeid 4
message GCodeLayer {
- int64 id = 1;
bytes data = 2;
}