mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Changed silly typo
No issue number, but this *needs* to be in 2.1 Signed off by Jaime & Ruben
This commit is contained in:
parent
ee4ec23174
commit
fdb951ffe6
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ class BuildVolume(SceneNode):
|
||||||
if Application.getInstance().getMachineManager().getWorkingProfile().getSettingValue("print_sequence") == "one_at_a_time":
|
if Application.getInstance().getMachineManager().getWorkingProfile().getSettingValue("print_sequence") == "one_at_a_time":
|
||||||
self._height = Application.getInstance().getMachineManager().getWorkingProfile().getSettingValue("gantry_height")
|
self._height = Application.getInstance().getMachineManager().getWorkingProfile().getSettingValue("gantry_height")
|
||||||
else:
|
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._depth = self._active_instance.getMachineSettingValue("machine_depth")
|
||||||
|
|
||||||
self._updateDisallowedAreas()
|
self._updateDisallowedAreas()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue