doc: better documentation of limit_to_extruder property in the proto file (CURA-2308)

Esse commit está contido em:
Tim Kuipers
2016-09-21 17:59:29 +02:00
commit d28d86c208
+1 -1
Ver Arquivo
@@ -13,7 +13,7 @@ message Slice
repeated ObjectList object_lists = 1; // The meshgroups to be printed one after another
SettingList global_settings = 2; // The global settings used for the whole print job
repeated Extruder extruders = 3; // The settings sent to each extruder object
repeated SettingExtruder limit_to_extruder = 4; //From which stack the setting would inherit if not defined in a stack.
repeated SettingExtruder limit_to_extruder = 4; // From which stack the setting would inherit if not defined per object
}
message Extruder