mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Updated proto file
Objects & global settings are now sent in one message. Also added support for extruder settings CURA-1681
This commit is contained in:
parent
e4e307cd2a
commit
20f657af88
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ message ObjectList
|
||||||
message Slice
|
message Slice
|
||||||
{
|
{
|
||||||
repeated ObjectList object_lists = 1;
|
repeated ObjectList object_lists = 1;
|
||||||
|
SettingList global_settings = 2;
|
||||||
|
repeated SettingsList extruder_settings = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Object
|
message Object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue