mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 02:16:01 +08: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
@ -152,6 +152,7 @@ Item
|
||||
if (infillListView.activeIndex != index)
|
||||
{
|
||||
infillDensity.setPropertyValue("value", model.percentage)
|
||||
infillSteps.setPropertyValue("value", model.steps)
|
||||
}
|
||||
}
|
||||
onEntered:
|
||||
|
Loading…
x
Reference in New Issue
Block a user