diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index bc8c806699..7928b0243a 100755 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -1103,7 +1103,7 @@ class BuildVolume(SceneNode): # If we are printing one at a time, we need to add the bed adhesion size to the disallowed areas of the objects if container_stack.getProperty("print_sequence", "value") == "one_at_a_time": - return 0.1 # Return a very small value, so we do draw disallowed area's near the edges. + return 0 bed_adhesion_size = self._calculateBedAdhesionSize(used_extruders) support_expansion = self._calculateSupportExpansion(self._global_container_stack)