Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Kuipers <t.kuipers@ultimaker.com>2016-09-21 18:54:47 +0300
committerTim Kuipers <t.kuipers@ultimaker.com>2016-09-21 18:54:47 +0300
commitd8b1486637636142e2c082c2e31903b8f6d97360 (patch)
tree260cca97f93d3a6cc47ce21ac4e3aa1c75820f85 /plugins/CuraEngineBackend/Cura.proto
parent3f85ac264c7b673c3db5fb0a83509136098aac61 (diff)
doc: better documentation of limit_to_extruder and resolve properties in the JSON (CURA-2308)
Diffstat (limited to 'plugins/CuraEngineBackend/Cura.proto')
-rw-r--r--plugins/CuraEngineBackend/Cura.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CuraEngineBackend/Cura.proto b/plugins/CuraEngineBackend/Cura.proto
index d5407f22c8..4eab500f0a 100644
--- a/plugins/CuraEngineBackend/Cura.proto
+++ b/plugins/CuraEngineBackend/Cura.proto
@@ -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