mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Remove hack used to draw some build area edge border
This disallowed area should not exist and caused difference in behavior between all-at-once and one-at-a-time printing for a single object CURA-6522
This commit is contained in:
parent
cc221f6295
commit
e5fb9fb8cf
1 changed files with 1 additions and 1 deletions
|
@ -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 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":
|
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)
|
bed_adhesion_size = self._calculateBedAdhesionSize(used_extruders)
|
||||||
support_expansion = self._calculateSupportExpansion(self._global_container_stack)
|
support_expansion = self._calculateSupportExpansion(self._global_container_stack)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue