mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:39:07 +08:00
Properly fix LayerPolygon.__jump_map
CURA-2049
This commit is contained in:
parent
b1d2c412e8
commit
287cbcbb16
@ -16,7 +16,7 @@ class LayerPolygon:
|
|||||||
MoveRetractionType = 9
|
MoveRetractionType = 9
|
||||||
SupportInterfaceType = 10
|
SupportInterfaceType = 10
|
||||||
|
|
||||||
__jump_map = numpy.logical_or( numpy.arange(11) == NoneType, numpy.arange(11) >= MoveCombingType )
|
__jump_map = numpy.logical_or( numpy.arange(11) == NoneType, numpy.arange(11) >= MoveRetractionType )
|
||||||
|
|
||||||
def __init__(self, mesh, extruder, line_types, data, line_widths):
|
def __init__(self, mesh, extruder, line_types, data, line_widths):
|
||||||
self._mesh = mesh
|
self._mesh = mesh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user