Cura/resources/qml/PrintSetupSelector/Recommended
joeydelarago fd8d6498ee When changing to an intent with infillDensity > 100 in recommended settings the RecommendedInfillDensitySelector would set infillDensity=100.
This is because the onValueChanged function checks if the slider has a different value from the settings and updates the settings if it does. The slider has a max value of 100, so when setting the sliders value to 1000 the slider would update to have a value of 100. This would then update the setting to value to 100.

The fix is as follows. When updating the slider value > 100 just ignore the first onValueChanged. Following onValueChanged, which are triggered by the user sliding the slider, will still trigger.

CURA-9488
2022-08-10 16:45:16 +02:00
..
ProfileWarningReset.qml Update translation strings 2022-07-15 10:29:56 +02:00
RecommendedAdhesionSelector.qml Fix implicitWidth binding loop. 2022-06-28 16:39:25 +02:00
RecommendedInfillDensitySelector.qml When changing to an intent with infillDensity > 100 in recommended settings the RecommendedInfillDensitySelector would set infillDensity=100. 2022-08-10 16:45:16 +02:00
RecommendedPrintSetup.qml Adjust space between configuration warning and resolution options to closer match design. 2022-06-22 11:13:50 +02:00
RecommendedQualityProfileSelector.qml Remove stray print 2022-07-11 16:02:17 +02:00
RecommendedQualityProfileSelectorButton.qml Suggested changes 2022-06-15 17:40:07 +02:00
RecommendedResolutionSelector.qml PrintQuality icon is slightly too right aligned due to the icon not filling the entire svg. 2022-06-17 15:02:45 +02:00
RecommendedSupportSelector.qml Fix height binding loops 2022-06-28 16:33:35 +02:00
UnsupportedProfileIndication.qml Add campaign link 2022-06-15 09:48:08 +02:00