mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-16 19:17:57 +01:00
fix action log
This commit is contained in:
parent
d60c2d46d0
commit
32f6e6c4ba
@ -2,7 +2,7 @@ import THREE from 'three.js';
|
|||||||
import { PRECISION } from '../constants.js';
|
import { PRECISION } from '../constants.js';
|
||||||
|
|
||||||
export default function removePrecision(slices) {
|
export default function removePrecision(slices) {
|
||||||
console.log('opimize paths');
|
console.log('remove precision');
|
||||||
|
|
||||||
const start = new THREE.Vector2(0, 0);
|
const start = new THREE.Vector2(0, 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user