mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
proto file typo fix (CURA-1681 CURA-1682)
This commit is contained in:
parent
20f657af88
commit
ce9d8b6dd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue