mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07:56 +01:00
Merge branch 'master' of https://github.com/Doodle3D/doodle3d-client
# By peteruithoven # Via peteruithoven * 'master' of https://github.com/Doodle3D/doodle3d-client: Always dump gcode in textarea
This commit is contained in:
commit
0a40895509
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
.project
|
@ -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);
|
||||
//*/
|
||||
|
Loading…
Reference in New Issue
Block a user