;LAYER comment temporary disabled

This commit is contained in:
Rick Companje 2013-12-06 15:03:10 +01:00
parent 238a9812e2
commit 997c34a532
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function generate_gcode() {
for (var layer = 0; layer < layers; layer++) {
gcode.push(";LAYER:"+layer);
//gcode.push(";LAYER:"+layer); //this will be added in a next release to support GCODE previewing in CURA
var p = JSON.parse(JSON.stringify(points)); // [].concat(points);