mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:45:56 +08:00
Merge pull request #3811 from ngraziano/monitor-no-heating-bed
Correct the test to hide bed temperature when no heated bed is present.
This commit is contained in:
commit
74a7452333
@ -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…
x
Reference in New Issue
Block a user