Browse Source

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

Tim Kuipers 8 years ago
parent
commit
ce9d8b6dd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/CuraEngineBackend/Cura.proto

+ 1 - 1
plugins/CuraEngineBackend/Cura.proto

@@ -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