Fix size of LayerPolygon.__jump_map

CURA-2049
This commit is contained in:
fieldOfView 2016-09-05 18:10:35 +02:00
parent b7605aecc2
commit 60568a3070

View file

@ -16,7 +16,7 @@ class LayerPolygon:
MoveRetractionType = 9
SupportInterfaceType = 10
__jump_map = numpy.logical_or( numpy.arange(10) == NoneType, numpy.arange(10) >= MoveCombingType )
__jump_map = numpy.logical_or( numpy.arange(11) == NoneType, numpy.arange(11) >= MoveCombingType )
def __init__(self, mesh, extruder, line_types, data, line_widths):
self._mesh = mesh