mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Correct the test to hide bed temperature when no heated bed is present.
This commit is contained in:
parent
ab0e643481
commit
9080e75634
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ Column
|
||||||
HeatedBedBox
|
HeatedBedBox
|
||||||
{
|
{
|
||||||
visible: {
|
visible: {
|
||||||
if(activePrinter != null && activePrinter.bed_temperature != -1)
|
if(activePrinter != null && activePrinter.bedTemperature != -1)
|
||||||
{
|
{
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue