mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Fixed unknown reference in qml
This commit is contained in:
parent
314a6495c4
commit
f5e31060a6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue