mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 08:14:22 +08:00
Added extruder to proto message
CURA-1681
This commit is contained in:
parent
899e4cc175
commit
a01b554ee3
@ -12,7 +12,13 @@ message Slice
|
|||||||
{
|
{
|
||||||
repeated ObjectList object_lists = 1;
|
repeated ObjectList object_lists = 1;
|
||||||
SettingList global_settings = 2;
|
SettingList global_settings = 2;
|
||||||
repeated SettingList extruder_settings = 3;
|
repeated Extruder extruders = 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
message Extruder
|
||||||
|
{
|
||||||
|
int32 id = 1;
|
||||||
|
SettingList settings = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Object
|
message Object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user