mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue