Skip to content
Permalink
Browse files

cleanning

  • Loading branch information...
lautr3k committed Mar 26, 2016
1 parent f9d60b5 commit 2d5ece573353312a535022f0538e77a27267fe39
Showing with 3 additions and 4 deletions.
  1. +1 −1 js/main.js
  2. +2 −3 js/slacer/slicer.js
@@ -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
@@ -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.
You can’t perform that action at this time.