mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Fixing code style -
CURA-4386 CURA-4379
This commit is contained in:
parent
1b8766b953
commit
61e65d5cb0
@ -289,15 +289,6 @@ Column
|
|||||||
|
|
||||||
menu: MaterialMenu { extruderIndex: base.currentExtruderIndex }
|
menu: MaterialMenu { extruderIndex: base.currentExtruderIndex }
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections
|
|
||||||
{
|
|
||||||
target: Cura.MachineManager
|
|
||||||
onGlobalContainerChanged:
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Print core row
|
// Print core row
|
||||||
|
@ -66,11 +66,6 @@ Item
|
|||||||
{
|
{
|
||||||
target: Cura.MachineManager
|
target: Cura.MachineManager
|
||||||
onActiveQualityChanged: qualityModel.update()
|
onActiveQualityChanged: qualityModel.update()
|
||||||
}
|
|
||||||
|
|
||||||
Connections
|
|
||||||
{
|
|
||||||
target: Cura.MachineManager
|
|
||||||
onActiveMaterialChanged: qualityModel.update()
|
onActiveMaterialChanged: qualityModel.update()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user