Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
25
Star
54
Fork
40
lautr3k
/
SLAcer.js
Code
Issues
6
Pull requests
0
Projects
0
Insights
Permalink
Browse files
cleanning
Loading branch information
...
1 parent
f9d60b5
commit
2d5ece573353312a535022f0538e77a27267fe39
lautr3k
committed
Mar 26, 2016
Unified
Split
Showing
2 changed files
with
3 additions
and
4 deletions
.
+1
−1
js/main.js
+2
−3
js/slacer/slicer.js
Show comments
View
2
js/main.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
Show comments
View
5
js/slacer/slicer.js
@@ -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
};
};
Toggle all file notes
0 comments on commit
2d5ece5
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
2d5ece5