Permalink
Browse files

cleanning

  • Loading branch information...
1 parent f9d60b5 commit 2d5ece573353312a535022f0538e77a27267fe39 @lautr3k committed Mar 26, 2016
Showing with 3 additions and 4 deletions.
  1. +1 −1 js/main.js
  2. +2 −3 js/slacer/slicer.js
View
@@ -139,7 +139,7 @@ function getSlice(layerNumber) {
//console.log('z position :', zPosition);
// get new shapes list
- shapes = faces.shapes;
+ shapes = faces.meshes;
zPosition -= viewer3d.buildVolume.size.z / 2;
// slices
View
@@ -379,9 +379,8 @@ var SLAcer = SLAcer || {};
time : Date.now() - time,
geometry: geometry,
polygons: polygons,
- shapes : meshes
- //shapes : shapes,
- //meshes : meshes
+ shapes : shapes,
+ meshes : meshes
};
};

0 comments on commit 2d5ece5

Please sign in to comment.