mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:59:02 +08:00
Fixed unknown reference in qml
This commit is contained in:
parent
314a6495c4
commit
f5e31060a6
@ -565,7 +565,7 @@ Item
|
||||
{
|
||||
id: machineExtruderCount
|
||||
|
||||
containerStackId: delegate.activeMachineId
|
||||
containerStackId: Cura.MachineManager.activeMachine !== null ? Cura.MachineManager.activeMachine.id : ""
|
||||
key: "machine_extruder_count"
|
||||
watchedProperties: [ "value" ]
|
||||
storeIndex: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user