Commit fa63e857 authored by Kliment's avatar Kliment

Fix rotation in plater

parent 3bb38099
......@@ -73,7 +73,7 @@ class stl:
if not len(newdata):
break
buf+=newdata
fd=facetformat.unpack(buf)
fd=list(facetformat.unpack(buf))
self.name="binary soloid"
self.facet=[fd[:3],[fd[3:6],fd[6:9],fd[9:12]]]
self.facets+=[self.facet]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment