mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:19:05 +08:00
Apply suggestions from code review
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
This commit is contained in:
parent
ce61f8ef60
commit
acde6ae489
@ -63,7 +63,7 @@ class LayerDataBuilder(MeshBuilder):
|
|||||||
feedrates = numpy.empty((vertex_count), numpy.float32)
|
feedrates = numpy.empty((vertex_count), numpy.float32)
|
||||||
extruders = numpy.empty((vertex_count), numpy.float32)
|
extruders = numpy.empty((vertex_count), numpy.float32)
|
||||||
line_types = numpy.empty((vertex_count), numpy.float32)
|
line_types = numpy.empty((vertex_count), numpy.float32)
|
||||||
vertex_indices = numpy.arange(0, vertex_count, 1, dtype=numpy.float32)
|
vertex_indices = numpy.arange(0, vertex_count, 1, dtype = numpy.float32)
|
||||||
|
|
||||||
vertex_offset = 0
|
vertex_offset = 0
|
||||||
index_offset = 0
|
index_offset = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user