mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
Always dump gcode in textarea
This commit is contained in:
parent
a0b5c92b2f
commit
b830205a73
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
.project
|
@ -263,7 +263,8 @@ function print(e) {
|
|||||||
// console.log("");
|
// console.log("");
|
||||||
// console.log("");
|
// console.log("");
|
||||||
|
|
||||||
if (debugMode) $("#textdump").text(gcode.join("\n"));
|
//if (debugMode)
|
||||||
|
$("#textdump").text(gcode.join("\n"));
|
||||||
|
|
||||||
// copyToClipboard(gencode);
|
// copyToClipboard(gencode);
|
||||||
//*/
|
//*/
|
||||||
|
Loading…
Reference in New Issue
Block a user