mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 11:33:49 +01:00
don't catch result of void detectOpenClosed function
This commit is contained in:
parent
8e45881a45
commit
3f140d7f03
@ -28,7 +28,7 @@ export default function(geometry, settings, onProgress) {
|
|||||||
const lines = createLines(geometry, settings);
|
const lines = createLines(geometry, settings);
|
||||||
|
|
||||||
updateProgress('Detecting open vs closed shapes');
|
updateProgress('Detecting open vs closed shapes');
|
||||||
const openClosed = detectOpenClosed(lines);
|
detectOpenClosed(lines);
|
||||||
|
|
||||||
updateProgress('Calculating layer intersections');
|
updateProgress('Calculating layer intersections');
|
||||||
const {
|
const {
|
||||||
|
Loading…
Reference in New Issue
Block a user