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
path: root/cura
diff options
context:
space:
mode:
authorSimon Edwards <s.edwards@ultimaker.com>2016-10-31 15:27:22 +0300
committerSimon Edwards <s.edwards@ultimaker.com>2016-10-31 15:29:54 +0300
commite74953c8bccee32210427bed3327e7faedc2388c (patch)
tree2e88c678cc3d56e24864e81f6a06c9fa23852d81 /cura
parent9a8a5db06ef4f79a9335ed960831bb7770f04a73 (diff)
Internal docs.
CURA-2823 Maximum build volume not met despite disabled settings
Diffstat (limited to 'cura')
-rw-r--r--cura/Settings/ExtruderManager.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/cura/Settings/ExtruderManager.py b/cura/Settings/ExtruderManager.py
index 0ade958f86..d3005a78fe 100644
--- a/cura/Settings/ExtruderManager.py
+++ b/cura/Settings/ExtruderManager.py
@@ -272,8 +272,9 @@ class ExtruderManager(QObject):
## Gets a property of a setting for all extruders.
#
- # \param setting_key The setting to get the property of.
- # \param property The property to get.
+ # \param setting_key \type{str} The setting to get the property of.
+ # \param property \type{str} The property to get.
+ # \return \type{List} the list of results
def getAllExtruderSettings(self, setting_key, property):
global_container_stack = UM.Application.getInstance().getGlobalContainerStack()
if global_container_stack.getProperty("machine_extruder_count", "value") <= 1: