mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2025-06-11 09:53:18 +02:00
actually edit parts array
This commit is contained in:
@ -49,6 +49,6 @@ export default function generateInnerLines(slices, settings) {
|
||||
}
|
||||
}
|
||||
|
||||
slice.parts.filter(part => !part.closed || part.shell.length !== 0);
|
||||
slice.parts = slice.parts.filter(part => !part.closed || part.shell.length !== 0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user