mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 01:09:06 +08:00
Fix bug with libSavitar not loading due to SIP
The same crash as libArcus actually.
This commit is contained in:
parent
c1dbd358ec
commit
e509078943
@ -131,6 +131,7 @@ faulthandler.enable(all_threads = True)
|
||||
# first seems to prevent Sip from going into a state where it
|
||||
# tries to create PyQt objects on a non-main thread.
|
||||
import Arcus #@UnusedImport
|
||||
import Savitar #@UnusedImport
|
||||
from cura.CuraApplication import CuraApplication
|
||||
|
||||
app = CuraApplication()
|
||||
|
Loading…
x
Reference in New Issue
Block a user