From caf36a5505dd510f0d73c24820c34eee04ec7bd4 Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Thu, 24 May 2018 16:13:44 +0200 Subject: [PATCH] remove unused imports --- src/sliceActions/slicesToGCode.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sliceActions/slicesToGCode.js b/src/sliceActions/slicesToGCode.js index c1434e9..d5337e4 100644 --- a/src/sliceActions/slicesToGCode.js +++ b/src/sliceActions/slicesToGCode.js @@ -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'];