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

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2016-06-09 11:40:28 +0300
committerJaime van Kessel <nallath@gmail.com>2016-06-09 11:40:28 +0300
commit20f657af888692f4f8620c974d3781429d2f4c6c (patch)
tree3304545d46f0fa559e624327931d6cddb9688d5f /plugins/CuraEngineBackend/Cura.proto
parente4e307cd2a08f8024ebc4237857b41317be08578 (diff)
Updated proto file
Objects & global settings are now sent in one message. Also added support for extruder settings CURA-1681
Diffstat (limited to 'plugins/CuraEngineBackend/Cura.proto')
-rw-r--r--plugins/CuraEngineBackend/Cura.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CuraEngineBackend/Cura.proto b/plugins/CuraEngineBackend/Cura.proto
index 0d4975aca4..c51829aeff 100644
--- a/plugins/CuraEngineBackend/Cura.proto
+++ b/plugins/CuraEngineBackend/Cura.proto
@@ -11,6 +11,8 @@ message ObjectList
message Slice
{
repeated ObjectList object_lists = 1;
+ SettingList global_settings = 2;
+ repeated SettingsList extruder_settings = 3;
}
message Object