mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Reset infill line distance when changing density via recommended mode
Otherwise the change has no effect. Contributes to issue CURA-5324.
This commit is contained in:
parent
21dd29f035
commit
02a3067a0c
2 changed files with 9 additions and 0 deletions
|
@ -626,6 +626,7 @@ Item
|
|||
if (active_mode == 0 || active_mode == "simple")
|
||||
{
|
||||
Cura.MachineManager.setSettingForAllExtruders("infill_sparse_density", "value", roundedSliderValue)
|
||||
Cura.MachineManager.resetSettingForAllExtruders("infill_line_distance")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue