mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -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)
|
||||
{
|
||||
infillDensity.setPropertyValue("value", model.percentage)
|
||||
infillSteps.setPropertyValue("value", model.steps)
|
||||
}
|
||||
}
|
||||
onEntered:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue