mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Change gradual infill upon clicking infill buttons
It sets the gradual infill to the value stored in the listmodel. Contributes to issue CURA-3732.
This commit is contained in:
parent
ad1b1e0455
commit
fc1a5e89c3
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ Item
|
||||||
if (infillListView.activeIndex != index)
|
if (infillListView.activeIndex != index)
|
||||||
{
|
{
|
||||||
infillDensity.setPropertyValue("value", model.percentage)
|
infillDensity.setPropertyValue("value", model.percentage)
|
||||||
|
infillSteps.setPropertyValue("value", model.steps)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onEntered:
|
onEntered:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue