mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 02:06:02 +08:00
Workaround for STL loading problem. Really need to refactor this.
This commit is contained in:
parent
ef278b6b1d
commit
8a8be87a75
@ -113,6 +113,7 @@ class previewPanel(wx.Panel):
|
||||
triangleMesh.origonalVertexes = list(triangleMesh.vertexes)
|
||||
for i in xrange(0, len(triangleMesh.origonalVertexes)):
|
||||
triangleMesh.origonalVertexes[i] = triangleMesh.origonalVertexes[i].copy()
|
||||
triangleMesh.getMinimumZ()
|
||||
self.triangleMesh = triangleMesh
|
||||
self.gcode = None
|
||||
self.updateModelTransform()
|
||||
|
Loading…
x
Reference in New Issue
Block a user