mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:39:03 +08:00
Fix typo
This commit is contained in:
parent
9af71f2888
commit
fa5ee4c5a2
@ -16,7 +16,7 @@ Cura.MachineAction
|
|||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
property bool printerConnected: Cura.MachineManager.printerConnected
|
property bool printerConnected: Cura.MachineManager.printerConnected
|
||||||
property var activeOutputDevice: printerConnected ? Cura.MachineManager.printerOutputDevices[0] : null
|
property var activeOutputDevice: printerConnected ? Cura.MachineManager.printerOutputDevices[0] : null
|
||||||
property var canUpdateFirmware: activeOutputDevice ? activeOutputDevice.activePrinter.canUpdateFirmware : False
|
property var canUpdateFirmware: activeOutputDevice ? activeOutputDevice.activePrinter.canUpdateFirmware : false
|
||||||
|
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user