¨A https://github.com /lautr3k/SLAcer.js/commit/1b6f25af1bb6c8a3344c2c5b50d37d73e322af19 Z:/Server HD/Library/WebServer/Documents/Web Sites/nanoDLP/github.com/lautr3k/SLAcer.js/commit/1b6f25af1bb6c8a3344c2c5b50d37d73e322af19.html delayed https://github.com /lautr3k/SLAcer.js/commits/gh-pages?after=be2a5ff56916cedf6370a676d13ec991f7a6d163+69 Z:/Server HD/Library/WebServer/Documents/Web Sites/nanoDLP/github.com/lautr3k/SLAcer.js/commit/1b6f25af1bb6c8a3344c2c5b50d37d73e322af19.html.z x ]Z ÿÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÈ ðþX OK text/html utf-8 gzip (H ÿÿÿÿ Àýq Mon, 15 Jan 2018 21:20:31 GMT hL p‘æèµâе⠵â¸læ@µâ ]Z ÿÿÿÿÿÿÿÿî,
single polygon case · lautr3k/SLAcer.js@1b6f25a · GitHub
Permalink
Browse files
single polygon case
- Loading branch information...
Showing
with
5 additions
and
0 deletions.
-
+5
−0
js/slacer/slicer.js
|
@@ -93,6 +93,11 @@ var SLAcer = SLAcer || {}; |
|
|
};
|
|
|
|
|
|
function makeNodes(polygons) {
|
|
|
+ // single polygon...
|
|
|
+ if (polygons.length == 1) {
|
|
|
+ return { 0: { parents: [], isHole: false } };
|
|
|
+ }
|
|
|
+
|
|
|
// nodes collection
|
|
|
var nodes = {};
|
|
|
|
|
|
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
1b6f25a