0
0
mirror of https://github.com/Doodle3D/Doodle3D-Slicer.git synced 2025-06-07 16:19:52 +02:00

remove log

This commit is contained in:
casperlamboo 2017-07-28 11:21:51 +02:00
parent 39f29eb489
commit d380db1d7a

@ -76,8 +76,6 @@ function pathToGCode(gcode, shape, retract, unRetract, z, { lineProfile, travelP
const { closed } = shape;
const paths = shape.mapToLower();
console.log('retractionProfile: ', retractionProfile);
for (let i = 0; i < paths.length; i ++) {
const line = paths[i];