daid
daid
Note that old Cura (15.04.x) stores it's settings per version in ~/Library/Application Support/Cura/[version] So you can copy older versions into newer version if you want (and when the automatic copy...
Most likely this is an out-of-memory issue, is this on Windows or MacOS?
Cura is a 32bit application, so it can only fully use 3GB of ram. Can you see how much ram "python.exe" is using when this failure happens?
I looked into this a while back, and the problem is in getting big chuncks of memory. I changed the code so it uses smaller chunks, which seems to work...
Which version did you use? This model works fine here.
Same version as I've used. Could it be that you have anti-virus or firewall software that is causing problems?
https://github.com/daid/Cura/blob/SteamEngine/Cura/util/profile.py#L923
This is a known bug in OSX. We do not have any workaround or fix that we could find, and is related to the wxWidgets toolkit that we are using.
Intentional, as the minor releases after .3 are not important enough to push an update.