mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Simplify rounding
Use sliders stepSize and snapMode properties CURA-9793
This commit is contained in:
parent
aaab633912
commit
e03b4e07f9
2 changed files with 15 additions and 32 deletions
|
@ -38,7 +38,6 @@ RecommendedSettingSection
|
|||
height: UM.Theme.getSize("combobox").height
|
||||
width: parent.width
|
||||
settingName: "infill_sparse_density"
|
||||
roundToNearestTen: true
|
||||
updateAllExtruders: true
|
||||
// disable slider when gradual support is enabled
|
||||
enabled: parseInt(infillSteps.properties.value) == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue