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:
authorSimon Edwards <s.edwards@ultimaker.com>2016-05-25 16:47:12 +0300
committerSimon Edwards <s.edwards@ultimaker.com>2016-05-25 16:47:12 +0300
commit5d533d642db6a905374a908ba7cb4f5c07d42f94 (patch)
treeb3fb49fcd18ef1074aaf7fca881c090e7ba02903 /cura/PlatformPhysics.py
parent6b71326df9763d228e95175930f944e4e3fb11d9 (diff)
PlatformPhysics doesn't need ConvexHullJob either.
Contributes to CURA-1504
Diffstat (limited to 'cura/PlatformPhysics.py')
-rw-r--r--cura/PlatformPhysics.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py
index b0863ccfd7..c43d0d09d7 100644
--- a/cura/PlatformPhysics.py
+++ b/cura/PlatformPhysics.py
@@ -14,7 +14,6 @@ from UM.Preferences import Preferences
from cura.ConvexHullDecorator import ConvexHullDecorator
from . import PlatformPhysicsOperation
-from . import ConvexHullJob
from . import ZOffsetDecorator
import copy