mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:18:59 +08:00
proto file typo fix (CURA-1681 CURA-1682)
This commit is contained in:
parent
20f657af88
commit
ce9d8b6dd0
@ -12,7 +12,7 @@ message Slice
|
|||||||
{
|
{
|
||||||
repeated ObjectList object_lists = 1;
|
repeated ObjectList object_lists = 1;
|
||||||
SettingList global_settings = 2;
|
SettingList global_settings = 2;
|
||||||
repeated SettingsList extruder_settings = 3;
|
repeated SettingList extruder_settings = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Object
|
message Object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user