diff --git a/src/sliceActions/generateSupport.js b/src/sliceActions/generateSupport.js index ce71913..17ca7b3 100644 --- a/src/sliceActions/generateSupport.js +++ b/src/sliceActions/generateSupport.js @@ -3,7 +3,7 @@ import Shape from 'Doodle3D/clipper-js'; import { PRECISION } from '../constants.js'; export default function generateSupport(slices, settings) { - console.log("generating support"); + console.log('generating support'); if (!settings.config.supportEnabled) return; diff --git a/src/sliceActions/intersectionsToShapes.js b/src/sliceActions/intersectionsToShapes.js index 0143cda..8bada93 100644 --- a/src/sliceActions/intersectionsToShapes.js +++ b/src/sliceActions/intersectionsToShapes.js @@ -2,7 +2,7 @@ import THREE from 'three.js'; import Shape from 'Doodle3D/clipper-js'; export default function intersectionsToShapes(layerIntersectionIndexes, layerIntersectionPoints, lines, settings) { - console.log("generating slices"); + console.log('generating slices'); const layers = [];