mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-21 03:03:14 +08:00
Merge branch 'master' of https://github.com/Ultimaker/JediWifiPrintingPlugin
This commit is contained in:
commit
2347624bde
@ -7,6 +7,7 @@ install(FILES
|
|||||||
DiscoverUM3Action.qml
|
DiscoverUM3Action.qml
|
||||||
NetworkPrinterOutputDevice.py
|
NetworkPrinterOutputDevice.py
|
||||||
NetworkPrinterOutputDevicePlugin.py
|
NetworkPrinterOutputDevicePlugin.py
|
||||||
|
UM3InfoComponents.qml
|
||||||
LICENSE
|
LICENSE
|
||||||
README.md
|
README.md
|
||||||
DESTINATION lib/cura/plugins/JediWifiPrintingPlugin
|
DESTINATION lib/cura/plugins/JediWifiPrintingPlugin
|
||||||
|
@ -246,6 +246,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def requestAuthentication(self, message_id, action_id):
|
def requestAuthentication(self, message_id, action_id):
|
||||||
|
if action_id == "Request" or action_id == "Retry":
|
||||||
self._authentication_failed_message.hide()
|
self._authentication_failed_message.hide()
|
||||||
self._not_authenticated_message.hide()
|
self._not_authenticated_message.hide()
|
||||||
self._authentication_state = AuthState.NotAuthenticated
|
self._authentication_state = AuthState.NotAuthenticated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user