mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:15:56 +08:00
CURA-5250 Temporary hide buildplate selector.
Put back again when the whole feature is ready.
This commit is contained in:
parent
62b586a6ff
commit
cdc297c87e
@ -462,7 +462,8 @@ Column
|
|||||||
{
|
{
|
||||||
id: buildplateRow
|
id: buildplateRow
|
||||||
height: UM.Theme.getSize("sidebar_setup").height
|
height: UM.Theme.getSize("sidebar_setup").height
|
||||||
visible: Cura.MachineManager.hasVariantBuildplates && !sidebar.monitoringPrint && !sidebar.hideSettings
|
// TODO Temporary hidden, add back again when feature ready
|
||||||
|
visible: false //Cura.MachineManager.hasVariantBuildplates && !sidebar.monitoringPrint && !sidebar.hideSettings
|
||||||
|
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user