mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 18:53:13 +08:00
Remove unused variable
This one is now moved to the _computeDisallowedAreasStatic function. Contributes to issue CURA-2625.
This commit is contained in:
parent
1603930c5c
commit
49c5a90d29
@ -378,8 +378,6 @@ class BuildVolume(SceneNode):
|
||||
|
||||
self._has_errors = False # Reset.
|
||||
self._error_areas = []
|
||||
disallowed_areas = copy.deepcopy(
|
||||
self._global_container_stack.getProperty("machine_disallowed_areas", "value"))
|
||||
areas = []
|
||||
|
||||
machine_width = self._global_container_stack.getProperty("machine_width", "value")
|
||||
|
Loading…
x
Reference in New Issue
Block a user