mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-23 05:57:57 +01:00
remove log
This commit is contained in:
parent
39f29eb489
commit
d380db1d7a
@ -76,8 +76,6 @@ function pathToGCode(gcode, shape, retract, unRetract, z, { lineProfile, travelP
|
|||||||
const { closed } = shape;
|
const { closed } = shape;
|
||||||
const paths = shape.mapToLower();
|
const paths = shape.mapToLower();
|
||||||
|
|
||||||
console.log('retractionProfile: ', retractionProfile);
|
|
||||||
|
|
||||||
for (let i = 0; i < paths.length; i ++) {
|
for (let i = 0; i < paths.length; i ++) {
|
||||||
const line = paths[i];
|
const line = paths[i];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user