Always dump gcode in textarea

This commit is contained in:
peteruithoven 2013-09-13 16:03:04 +02:00
parent a0b5c92b2f
commit b830205a73
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.project

View File

@ -263,7 +263,8 @@ function print(e) {
// console.log("");
// console.log("");
if (debugMode) $("#textdump").text(gcode.join("\n"));
//if (debugMode)
$("#textdump").text(gcode.join("\n"));
// copyToClipboard(gencode);
//*/