mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 21:47:59 +01:00
Don't clean open shapes
This commit is contained in:
parent
ba2467b923
commit
ca7c02c0d7
@ -17,8 +17,11 @@ export default function shapesToSlices(shapes, settings) {
|
|||||||
.clean(cleanDelta)
|
.clean(cleanDelta)
|
||||||
.seperateShapes();
|
.seperateShapes();
|
||||||
|
|
||||||
openShapes = new Shape(openShapes, false, true, true, true)
|
openShapes = new Shape(openShapes, false, true, true, true);
|
||||||
.clean(cleanDelta);
|
// .clean(cleanDelta);
|
||||||
|
// TODO
|
||||||
|
// Cleaning is actually wanted here but there is a bug in the clean function
|
||||||
|
// https://sourceforge.net/p/jsclipper/tickets/16/
|
||||||
|
|
||||||
const slice = new Slice();
|
const slice = new Slice();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user