Disable pre-heat button when not connected

This covers the case when there is no printer added as well as the case where a printer is added but not connected.

Contributes to issue CURA-3161.
This commit is contained in:
Ghostkeeper 2017-02-07 12:51:02 +01:00
parent b1448887ba
commit f24d778cc5
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -272,6 +272,7 @@ Column
text: catalog.i18nc("@button", "Pre-heat")
tooltip: catalog.i18nc("@tooltip of pre-heat", "Heat the bed in advance before printing. You can continue adjusting your print while it is heating, and you won't have to wait for the bed to heat up when you're ready to print.")
height: UM.Theme.getSize("setting_control").height
enabled: printerConnected
anchors.right: parent.right
anchors.rightMargin: UM.Theme.getSize("default_margin").width
anchors.bottom: parent.bottom