mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -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
|
||||
Component.onCompleted: populateExtruderModel()
|
||||
}
|
||||
Connections
|
||||
{
|
||||
id: machineChange
|
||||
target: Cura.MachineManager
|
||||
onGlobalContainerChanged: populateExtruderModel()
|
||||
}
|
||||
Connections
|
||||
{
|
||||
id: machineChange
|
||||
target: Cura.MachineManager
|
||||
onGlobalContainerChanged: populateExtruderModel()
|
||||
}
|
||||
}
|
||||
|
||||
function populateExtruderModel()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue