mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-19 04:27:55 +01:00
use single quotes
This commit is contained in:
parent
7360fc86bc
commit
7517f522d0
@ -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;
|
||||
|
||||
|
@ -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 = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user