Fix another app list typo
parent
fe09696579
commit
ed1970456d
|
|
@ -2151,7 +2151,7 @@
|
|||
"description": "This app allows you to view STL 3D models on your watch",
|
||||
"tags": "tool",
|
||||
"storage": [
|
||||
{"name":"viewstl.min.js","url":"viewstl.min.js"},
|
||||
{"name":"viewstl.apps.js","url":"viewstl.min.js"},
|
||||
{"name":"viewstl.img","url":"viewstl-icon.js","evaluate":true},
|
||||
{"name":"tetra.stl","url":"tetra.stl"},
|
||||
{"name":"cube.stl","url":"cube.stl"},
|
||||
|
|
|
|||
|
|
@ -123,7 +123,6 @@ function readSTL(fn) {
|
|||
addr[6] = p_polyedge;
|
||||
addr[7] = p_normals;
|
||||
c.initEdges(p_addr, faces.length/3);
|
||||
console.log(edges);
|
||||
}
|
||||
|
||||
function rotV(v, u, c, s) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue