mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:39:00 +08:00
Remove invalid line that causes exceptions on startup
Contributes to CURA-138
This commit is contained in:
parent
6c20d41863
commit
fe9e35c062
@ -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…
x
Reference in New Issue
Block a user