mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 22:39: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
|
# first seems to prevent Sip from going into a state where it
|
||||||
# tries to create PyQt objects on a non-main thread.
|
# tries to create PyQt objects on a non-main thread.
|
||||||
import Arcus #@UnusedImport
|
import Arcus #@UnusedImport
|
||||||
|
import Savitar #@UnusedImport
|
||||||
from cura.CuraApplication import CuraApplication
|
from cura.CuraApplication import CuraApplication
|
||||||
|
|
||||||
app = CuraApplication()
|
app = CuraApplication()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user