mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 17:49:01 +08:00
BuildVolume: Remove worthless line
Just a small clean up. skirt_size was initialized twice.
This commit is contained in:
parent
41d03536eb
commit
c38e31f0e3
@ -199,7 +199,6 @@ class BuildVolume(SceneNode):
|
||||
disallowed_areas = self._active_container_stack.getProperty("machine_disallowed_areas", "value")
|
||||
areas = []
|
||||
|
||||
skirt_size = 0.0
|
||||
skirt_size = self._getSkirtSize(self._active_container_stack)
|
||||
|
||||
if disallowed_areas:
|
||||
|
Loading…
x
Reference in New Issue
Block a user