mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2026-02-18 20:21:26 +01:00
Always dump gcode in textarea
This commit is contained in:
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("");
|
||||
|
||||
if (debugMode) $("#textdump").text(gcode.join("\n"));
|
||||
//if (debugMode)
|
||||
$("#textdump").text(gcode.join("\n"));
|
||||
|
||||
// copyToClipboard(gencode);
|
||||
//*/
|
||||
|
||||
Reference in New Issue
Block a user