mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 15:57:52 -06:00
BuildVolume: Remove worthless line
Just a small clean up. skirt_size was initialized twice.
This commit is contained in:
parent
41d03536eb
commit
c38e31f0e3
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue