Cura/resources
Ghostkeeper 83ea5c2944
Fix triggering first pulse
Before the first pulse, the _previousResolution property was still bound to the activeQualityType property of the MachineManager. When it then checks if it changed, it finds that it didn't change because it checks against that same property, but the _previousResolution automatically updated with it. After that it loses its binding because it's set in the function itself to a fixed value.
Instead, we'll now give it its initial value with the Component.onCompleted function so that it doesn't bind, and then doesn't change along with the first change.

Contributes to issue CURA-8849.
2022-06-14 16:00:14 +02:00
..
bundled_packages Upgrade SDK version to 8.0.0 for Cura 5.0 2022-04-20 10:57:38 +02:00
definitions Merge pull request #12394 from Ultimaker/PP-15-enable-skin-edge-support 2022-06-02 17:06:53 +02:00
extruders Merge pull request #11255 from Toylerrr/master 2022-05-06 18:49:30 +02:00
i18n Add learn more to all languages 2022-05-16 13:33:17 +02:00
images removed wrong enterprise image 2022-03-25 10:44:50 +01:00
intent Further cleanup of the jerk settings. UM2 based machine have no jerk settings, removed them. Set first layer jerk equal to print jerk and removed all jerk settings (except for jerk_print) in the quality and variant files. 2022-06-02 11:33:22 +02:00
meshes Merge pull request #11255 from Toylerrr/master 2022-05-06 18:49:30 +02:00
qml Fix triggering first pulse 2022-06-14 16:00:14 +02:00
quality Merge pull request #12394 from Ultimaker/PP-15-enable-skin-edge-support 2022-06-02 17:06:53 +02:00
setting_visibility Merge branch 'master' into PP-129_increase-filter-distance 2022-04-07 13:54:27 +02:00
shaders Add missing type to lowestPrintableHeight variable 2021-05-12 13:26:10 +02:00
texts Update change_log.txt 2022-05-17 10:05:28 +02:00
themes Add circle with letter inside for non default intents 2022-06-14 15:44:11 +02:00
variants Merge pull request #12415 from Ultimaker/PP-170-clean-up-retraction_count_max 2022-06-02 17:05:57 +02:00
public_key.pem Move the package signature pem file to the Resources folder 2020-03-19 15:14:21 +01:00
README_resources.txt Fix various typos 2021-09-07 11:33:54 -04:00