I'm working on a compatibility mode! I tried to get it in the release but it's not working properly yet :( I do not have direct access to a "bad" machine all the time, so it's a bit tricky to test this. The compatibility mode actually works, but the detection of features fails causing the compatibility mode to fail to activate.
(If you feel like hacking around, in "Cura/gui/util/opengl.py" there is a function called "hasShaders", if you change that to "return False" instead of the more complex test it might just work for you)
EDIT: "Older machines" is not really the issue here, I have a very old laptop that supports the new code fine. But it's machines without proper GFX driver support that are causing issues now. I'm on it, and I hope to have a fix out soon. There is also a problem with some slowdowns caused by the SD card auto-detection that slipped under my radar.
Recommended Posts
albert 2
Just an idea-
perhaps the first run wizard could include a check for available display modes. "Do you see this spinning cube?"
If the users machine is up to date all the latest bells and whistles will be used, if not, a basic version of the window will be displayed, enough to be able to use the new slicer. All your work on the new slicing engine should not be torpedoed by the display drivers.....
Albert
Link to post
Share on other sites