mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Small fixes (mostly QML warnings and the like).
done as part of CURA-9422
This commit is contained in:
parent
4ea437ba28
commit
afeec473f6
4 changed files with 4 additions and 6 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue