mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Fix incorrect method name
Contributes to CL-1165
This commit is contained in:
parent
8f37421c11
commit
e39e09a692
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
||||||
return
|
return
|
||||||
|
|
||||||
# Check 4: Machine is configured for network connectivity
|
# Check 4: Machine is configured for network connectivity
|
||||||
if not self._application.getMachineManager().activeMachineHasActiveNetworkConnection:
|
if not self._application.getMachineManager().activeMachineHasNetworkConnection:
|
||||||
Logger.log("d", "Cloud Flow not possible: Machine is not connected!")
|
Logger.log("d", "Cloud Flow not possible: Machine is not connected!")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue