proto file typo fix (CURA-1681 CURA-1682)

This commit is contained in:
Tim Kuipers 2016-06-09 10:48:44 +02:00
parent 20f657af88
commit ce9d8b6dd0

View File

@ -12,7 +12,7 @@ message Slice
{
repeated ObjectList object_lists = 1;
SettingList global_settings = 2;
repeated SettingsList extruder_settings = 3;
repeated SettingList extruder_settings = 3;
}
message Object