mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 11:33:49 +01:00
fix action log
This commit is contained in:
parent
457eaa1bef
commit
26ed8df38d
@ -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