mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-11 08:39:00 +08:00
Fix indent
CURA-340
This commit is contained in:
parent
6a77f67c34
commit
85370dad87
@ -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…
x
Reference in New Issue
Block a user