Changed silly typo

No issue number, but this *needs* to be in 2.1
Signed off by Jaime & Ruben
This commit is contained in:
Jaime van Kessel 2016-04-01 16:33:33 +02:00
parent ee4ec23174
commit fdb951ffe6

View File

@ -168,7 +168,7 @@ class BuildVolume(SceneNode):
if Application.getInstance().getMachineManager().getWorkingProfile().getSettingValue("print_sequence") == "one_at_a_time":
self._height = Application.getInstance().getMachineManager().getWorkingProfile().getSettingValue("gantry_height")
else:
self._height = self._active_instance.getMachineSettingValue("machine_depth")
self._height = self._active_instance.getMachineSettingValue("machine_height")
self._depth = self._active_instance.getMachineSettingValue("machine_depth")
self._updateDisallowedAreas()