Disable visibility of glass buildplate configuration in sync menu

Because the build plate swapping is not implemented yet.
This commit is contained in:
Ghostkeeper 2019-01-02 13:30:16 +01:00
parent df23097a99
commit 9e0a423f28
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -187,7 +187,7 @@ Button
rightMargin: UM.Theme.getSize("wide_margin").width
}
height: childrenRect.height
visible: configuration.buildplateConfiguration != ""
visible: configuration.buildplateConfiguration != "" && false //Buildplate is disabled as long as we have no printers that properly support buildplate swapping (so we can't test).
UM.RecolorImage
{