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:
authorJaime van Kessel <nallath@gmail.com>2020-09-28 17:16:47 +0300
committerJaime van Kessel <nallath@gmail.com>2020-09-28 17:16:47 +0300
commitb0a8a5ccabe4c8fe3a85c5c755b4a7b235afe684 (patch)
tree8a78f1235cd8f1cee0a8647772434b6681169ffd /cura_app.py
parentd16ab4fdd681a56cf5b5aa66cfda8279700c27cc (diff)
Switch out the arranger algorithm for arrange all
CURA-7440
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 61fd544f8f..cc8a1d575c 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -22,6 +22,7 @@ import os
# tries to create PyQt objects on a non-main thread.
import Arcus # @UnusedImport
import Savitar # @UnusedImport
+import pynest2d # @UnusedImport
from PyQt5.QtNetwork import QSslConfiguration, QSslSocket