mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 19:43:48 +01:00
cleanup calculate layers intersections
This commit is contained in:
parent
7042ebf588
commit
626867e554
@ -43,8 +43,5 @@ export default function calculateLayersIntersections(lines, settings) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return { layerIntersectionIndexes, layerIntersectionPoints };
|
||||||
layerIntersectionIndexes,
|
|
||||||
layerIntersectionPoints
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user