mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Merge branch '4.1' of github.com:Ultimaker/Cura
This commit is contained in:
commit
979b29400a
5 changed files with 22 additions and 30 deletions
|
@ -76,6 +76,10 @@ class GlobalStack(CuraContainerStack):
|
|||
def maxExtruderCount(self):
|
||||
return len(self.getMetaDataEntry("machine_extruder_trains"))
|
||||
|
||||
@pyqtProperty(bool, notify=configuredConnectionTypesChanged)
|
||||
def supportsNetworkConnection(self):
|
||||
return self.getMetaDataEntry("supports_network_connection", False)
|
||||
|
||||
@classmethod
|
||||
def getLoadingPriority(cls) -> int:
|
||||
return 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue