mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 09:46:33 +08:00

Some ultimakers tend to choke if you try and send a lot of materials in one go. Previously we would also always send the materials on the main thread, which would also make the interface freeze a bit. That should no longer happen. The implementation of this is not really great, but since this is a hotfix i've opted to change as little as possible. CURA-8224