From e50907894394ea0793b9cddef89238f560825102 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 26 Jul 2018 20:12:42 +0200 Subject: [PATCH] Fix bug with libSavitar not loading due to SIP The same crash as libArcus actually. --- cura_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cura_app.py b/cura_app.py index c3c766fdb1..164e32e738 100755 --- a/cura_app.py +++ b/cura_app.py @@ -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()