mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-26 07:24:57 +01:00
remove unused variable
This commit is contained in:
parent
e1336581dc
commit
a14cf8448d
@ -4,8 +4,6 @@ import { PRECISION } from '../constants.js';
|
||||
export default function removePrecision(slices) {
|
||||
console.log('remove precision');
|
||||
|
||||
const start = new THREE.Vector2(0, 0);
|
||||
|
||||
for (let layer = 0; layer < slices.length; layer ++) {
|
||||
const slice = slices[layer];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user