Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Ha <j.ha@ultimaker.com>2016-12-22 11:44:00 +0300
committerJack Ha <j.ha@ultimaker.com>2016-12-22 11:44:00 +0300
commitc6d56b60f69c7021b9f4aebfb4a0e97ce931ca33 (patch)
tree280b7a164ca129192efacafa325af28c864283df /cura/LayerDataBuilder.py
parent47e204038fbef3041eac9f325cc00dbca8ab49dd (diff)
Working quite nicely
Diffstat (limited to 'cura/LayerDataBuilder.py')
-rw-r--r--cura/LayerDataBuilder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cura/LayerDataBuilder.py b/cura/LayerDataBuilder.py
index f2ad6b55fa..1bd26d1ddc 100644
--- a/cura/LayerDataBuilder.py
+++ b/cura/LayerDataBuilder.py
@@ -57,6 +57,7 @@ class LayerDataBuilder(MeshBuilder):
vertices = numpy.empty((vertex_count, 3), numpy.float32)
normals = numpy.empty((vertex_count, 3), numpy.float32)
+ # line_widths = numpy.empty((vertex_count, 3), numpy.float32) # strictly taken you need 1 less
colors = numpy.empty((vertex_count, 4), numpy.float32)
indices = numpy.empty((index_count, 2), numpy.int32)