mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:15:53 +08:00
CURA-5071 Added brackets
This commit is contained in:
parent
0897c740b0
commit
d10f0f7781
@ -519,9 +519,10 @@ Item
|
|||||||
// Update value only if the Recomended mode is Active,
|
// Update value only if the Recomended mode is Active,
|
||||||
// Otherwise if I change the value in the Custom mode the Recomended view will try to repeat
|
// Otherwise if I change the value in the Custom mode the Recomended view will try to repeat
|
||||||
// same operation
|
// same operation
|
||||||
if (UM.Preferences.getValue("cura/active_mode") == 0)
|
if (UM.Preferences.getValue("cura/active_mode") == 0) {
|
||||||
Cura.MachineManager.setSettingForAllExtruders("infill_sparse_density", "value", roundedSliderValue)
|
Cura.MachineManager.setSettingForAllExtruders("infill_sparse_density", "value", roundedSliderValue)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
style: SliderStyle
|
style: SliderStyle
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user