mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:05:57 +08:00
Fixed compatibility mode. CURA-3273
This commit is contained in:
parent
7000717f6e
commit
106cb6ded9
@ -63,8 +63,8 @@ class LayerDataBuilder(MeshBuilder):
|
||||
line_dimensions = numpy.empty((vertex_count, 2), numpy.float32)
|
||||
colors = numpy.empty((vertex_count, 4), numpy.float32)
|
||||
indices = numpy.empty((index_count, 2), numpy.int32)
|
||||
extruders = numpy.empty((vertex_count), numpy.int32)
|
||||
line_types = numpy.empty((vertex_count), numpy.int32)
|
||||
extruders = numpy.empty((vertex_count), numpy.float32)
|
||||
line_types = numpy.empty((vertex_count), numpy.float32)
|
||||
|
||||
vertex_offset = 0
|
||||
index_offset = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user