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:
authorRemco Burema <r.burema@ultimaker.com>2022-08-31 15:15:05 +0300
committerRemco Burema <r.burema@ultimaker.com>2022-08-31 15:15:05 +0300
commitafeec473f6753c94b10e3d9fabd725d29efc036d (patch)
tree60f7edae895bd48f8bfb978c4c215e5c0205bfaf /cura/Settings
parent4ea437ba283e39165b9b72abb1e429641868d0e9 (diff)
Small fixes (mostly QML warnings and the like).
done as part of CURA-9422
Diffstat (limited to 'cura/Settings')
-rwxr-xr-xcura/Settings/GlobalStack.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cura/Settings/GlobalStack.py b/cura/Settings/GlobalStack.py
index 43232da725..b94ca45763 100755
--- a/cura/Settings/GlobalStack.py
+++ b/cura/Settings/GlobalStack.py
@@ -90,7 +90,6 @@ class GlobalStack(CuraContainerStack):
@pyqtProperty("QVariantList", notify=configuredConnectionTypesChanged)
def configuredConnectionTypes(self) -> List[int]:
"""The configured connection types can be used to find out if the global
-
stack is configured to be connected with a printer, without having to
know all the details as to how this is exactly done (and without
actually setting the stack to be active).