Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-07-26 21:12:42 +0300
committerGhostkeeper <rubend@tutanota.com>2018-07-26 21:12:42 +0300
commite50907894394ea0793b9cddef89238f560825102 (patch)
tree8a5dab365062a33dbd996ec96d93d61dd989429d /cura_app.py
parentc1dbd358ec091276298b8954626de1d2a9883a99 (diff)
Fix bug with libSavitar not loading due to SIP
The same crash as libArcus actually.
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py1
1 files changed, 1 insertions, 0 deletions
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()