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:
authordaid <daid303@gmail.com>2015-04-08 14:45:42 +0300
committerdaid <daid303@gmail.com>2015-04-08 14:45:42 +0300
commitd4f3d0c37bb11b36b2feeb34f4c62cc7027e13c8 (patch)
treecf64671ce4287fac6b89af0c91bf88a2d496a9a6 /Cura.proto
parenta9db2813a853d076010454e8d1adb1d4b8ae2dd7 (diff)
Update engine to no longer use temp files to communicate the gcode to the frontend.
Diffstat (limited to 'Cura.proto')
-rw-r--r--Cura.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cura.proto b/Cura.proto
index 8ebd98598..77641e1e3 100644
--- a/Cura.proto
+++ b/Cura.proto
@@ -49,9 +49,9 @@ message Polygon {
}
// typeid 4
-message GCode {
+message GCodeLayer {
int64 id = 1;
- string filename = 2;
+ bytes data = 2;
}
// typeid 5