mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:35:52 +08: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
@ -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…
x
Reference in New Issue
Block a user