From 53ce8bc4c9fecb431e836273cee2daf6d3d523d5 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Tue, 23 Aug 2016 11:50:46 +0200 Subject: [PATCH] Fix typo --- cura/BuildVolume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index c0ac94b64d..88171ee972 100644 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -302,7 +302,7 @@ class BuildVolume(SceneNode): machine_width = self._global_container_stack.getProperty("machine_width", "value") machine_depth = self._global_container_stack.getProperty("machine_depth", "value") - # Add prima tower location as disallowed area. + # Add prime tower location as disallowed area. if self._global_container_stack.getProperty("prime_tower_enable", "value"): prime_tower_size = self._global_container_stack.getProperty("prime_tower_size", "value") prime_tower_x = self._global_container_stack.getProperty("prime_tower_position_x", "value") - machine_width / 2