mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Fix indent
CURA-340
This commit is contained in:
parent
6a77f67c34
commit
85370dad87
1 changed files with 6 additions and 6 deletions
|
@ -322,12 +322,12 @@ Item
|
||||||
id: extruderModel
|
id: extruderModel
|
||||||
Component.onCompleted: populateExtruderModel()
|
Component.onCompleted: populateExtruderModel()
|
||||||
}
|
}
|
||||||
Connections
|
Connections
|
||||||
{
|
{
|
||||||
id: machineChange
|
id: machineChange
|
||||||
target: Cura.MachineManager
|
target: Cura.MachineManager
|
||||||
onGlobalContainerChanged: populateExtruderModel()
|
onGlobalContainerChanged: populateExtruderModel()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function populateExtruderModel()
|
function populateExtruderModel()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue