Added disallowed areas to arranger

CURA-3239
This commit is contained in:
Jaime van Kessel 2017-04-07 15:14:27 +02:00
parent 552b1ed4e8
commit 2008383118
2 changed files with 14 additions and 0 deletions

View file

@ -593,6 +593,9 @@ class CuraApplication(QtApplication):
# The platform is a child of BuildVolume
self._volume = BuildVolume.BuildVolume(root)
# Set the build volume of the arranger to the used build volume
Arrange.build_volume = self._volume
self.getRenderer().setBackgroundColor(QColor(245, 245, 245))
self._physics = PlatformPhysics.PlatformPhysics(controller, self._volume)