# By peteruithoven
# Via peteruithoven
* 'master' of https://github.com/Doodle3D/doodle3d-client:
  Always dump gcode in textarea
This commit is contained in:
Adriaan Wormgoor 2013-09-17 13:10:38 +02:00
commit 0a40895509
2 changed files with 5 additions and 12 deletions

2
.gitignore vendored Normal file
View File

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

View File

@ -219,20 +219,11 @@ function print(e) {
} else {
console.log("sendPrintCommands is false: not sending print command to 3dprinter");
}
// console.log("");
// console.log("");
// console.log("-------------------------------------------------");
// console.log("generated gcode:");
// console.log(gencode);
// console.log("-------------------------------------------------");
// console.log("");
// console.log("");
// console.log("");
if (debugMode) {
console.log("f:print() >> debugMode is true, dumping gcode to textarea #textdump");
//if (debugMode) {
//console.log("f:print() >> debugMode is true, dumping gcode to textarea #textdump");
$("#textdump").text(gcode.join("\n"));
}
//}
// copyToClipboard(gencode);
//*/