remove unused imports

This commit is contained in:
Casper Lamboo 2018-05-24 16:13:44 +02:00
parent 1493ae3536
commit caf36a5505
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import GCode from './helpers/GCode.js';
import comb from './helpers/comb.js';
import { divide } from './helpers/vector2.js';
import { PRECISION, Z_OFFSET } from '../constants.js';
import { Z_OFFSET } from '../constants.js';
const PROFILE_TYPES = ['support', 'innerShell', 'outerShell', 'innerInfill', 'outerInfill', 'brim'];