mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Merge remote-tracking branch 'UM3NetworkPrintingPlugin/master' into UM3NPP_merge
This commit is contained in:
commit
65add78401
2 changed files with 6 additions and 1 deletions
|
@ -200,6 +200,8 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
Logger.log("d", "Authentication was required. Setting up authenticator.")
|
||||
authenticator.setUser(self._authentication_id)
|
||||
authenticator.setPassword(self._authentication_key)
|
||||
else:
|
||||
Logger.log("d", "No authentication was required. The id is: %s", self._authentication_id)
|
||||
|
||||
def getProperties(self):
|
||||
return self._properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue