mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-21 04:23:13 +08:00
Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin
This commit is contained in:
commit
2c29085a20
@ -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
|
||||||
|
@ -65,12 +65,18 @@ Item
|
|||||||
visible: isUM3
|
visible: isUM3
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
height: UM.Theme.getSize("save_button_save_to_button").height
|
|
||||||
tooltip: catalog.i18nc("@info:tooltip", "Send access request to the printer")
|
tooltip: catalog.i18nc("@info:tooltip", "Send access request to the printer")
|
||||||
text: catalog.i18nc("@action:button", "Request Access")
|
text: catalog.i18nc("@action:button", "Request Access")
|
||||||
onClicked: Cura.MachineManager.printerOutputDevices[0].requestAuthentication()
|
onClicked: Cura.MachineManager.printerOutputDevices[0].requestAuthentication()
|
||||||
visible: base.printerConnected && !base.printerAcceptsCommands
|
visible: base.printerConnected && !base.printerAcceptsCommands
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Button
|
||||||
|
{
|
||||||
|
tooltip: catalog.i18nc("@info:tooltip", "Load the configuration of the printer into Cura")
|
||||||
|
text: catalog.i18nc("@action:button", "Activate Configuration")
|
||||||
|
visible: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
UM.I18nCatalog{id: catalog; name:"cura"}
|
UM.I18nCatalog{id: catalog; name:"cura"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user