mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-21 17:07:55 +01:00
;LAYER comment temporary disabled
This commit is contained in:
parent
238a9812e2
commit
997c34a532
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user