mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 06:35:58 +08:00
Changed print with wifi to print over network
CURA-1855
This commit is contained in:
parent
676182cd54
commit
f9f83981bb
@ -54,8 +54,8 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||||||
self._api_version = "1"
|
self._api_version = "1"
|
||||||
self._api_prefix = "/api/v" + self._api_version + "/"
|
self._api_prefix = "/api/v" + self._api_version + "/"
|
||||||
self.setName(key)
|
self.setName(key)
|
||||||
self.setShortDescription(i18n_catalog.i18nc("@action:button", "Print with WIFI"))
|
self.setShortDescription(i18n_catalog.i18nc("@action:button", "Print over network"))
|
||||||
self.setDescription(i18n_catalog.i18nc("@properties:tooltip", "Print with WIFI"))
|
self.setDescription(i18n_catalog.i18nc("@properties:tooltip", "Print over network"))
|
||||||
self.setIconName("print")
|
self.setIconName("print")
|
||||||
|
|
||||||
# QNetwork manager needs to be created in advance. If we don't it can happen that it doesn't correctly
|
# QNetwork manager needs to be created in advance. If we don't it can happen that it doesn't correctly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user