mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
Remove invalid line that causes exceptions on startup
Contributes to CURA-138
This commit is contained in:
parent
6c20d41863
commit
fe9e35c062
1 changed files with 0 additions and 2 deletions
|
|
@ -241,8 +241,6 @@ class BuildVolume(SceneNode):
|
||||||
[half_machine_width - skirt_size, -half_machine_depth + skirt_size]
|
[half_machine_width - skirt_size, -half_machine_depth + skirt_size]
|
||||||
], numpy.float32)))
|
], numpy.float32)))
|
||||||
|
|
||||||
areas.append(poly)
|
|
||||||
|
|
||||||
self._disallowed_areas = areas
|
self._disallowed_areas = areas
|
||||||
|
|
||||||
def _getSkirtSize(self, profile):
|
def _getSkirtSize(self, profile):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue