Skip to content

Commit

Permalink
not sure about this
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgerobles committed Jun 18, 2018
1 parent 573a55a commit 7225613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cam-gcode-raster.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function getLaserRasterGcodeFromOp(settings, opIndex, op, docsWithImages,
//g += `${settings.gcodeToolOn} \r\n`;
}

g += raster;
g += raster; //g += (raster.replace(/G1/gi,'\nM5;\nM3;\nG1').replace(/G0/gi,'M5;\nG0')); TOOL ON OFF?

if (settings.gcodeToolOff && settings.gcodeToolOff.length)
g += `${settings.gcodeToolOff} \r\n`;
Expand Down

0 comments on commit 7225613

Please sign in to comment.