Translate tool is now no longer stopped by ton of errors

CURA-1278
This commit is contained in:
Jaime van Kessel 2016-05-20 14:09:58 +02:00
parent 305cb27ac0
commit 295cea338c
3 changed files with 17 additions and 19 deletions

View file

@ -25,9 +25,9 @@ class ConvexHullDecorator(SceneNodeDecorator):
self._convex_hull_job = None
self._profile = None
Application.getInstance().getMachineManager().activeProfileChanged.connect(self._onActiveProfileChanged)
Application.getInstance().getMachineManager().activeMachineInstanceChanged.connect(self._onActiveMachineInstanceChanged)
self._onActiveProfileChanged()
#Application.getInstance().getMachineManager().activeProfileChanged.connect(self._onActiveProfileChanged)
#Application.getInstance().getMachineManager().activeMachineInstanceChanged.connect(self._onActiveMachineInstanceChanged)
#self._onActiveProfileChanged()
## Force that a new (empty) object is created upon copy.
def __deepcopy__(self, memo):