mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 17:27:57 +01:00
Removed debug status message
This commit is contained in:
parent
92a28f54b8
commit
7f5079d2cb
@ -159,8 +159,6 @@ function Printer() {
|
|||||||
var firstOne = (sendIndex == 0)? true : false;
|
var firstOne = (sendIndex == 0)? true : false;
|
||||||
var start = firstOne; // start printing right away
|
var start = firstOne; // start printing right away
|
||||||
|
|
||||||
message.set("Sending doodle to printer..."+sendIndex,Message.NOTICE);
|
|
||||||
|
|
||||||
var completed = false;
|
var completed = false;
|
||||||
if (this.gcode.length < (sendIndex + sendLength)) {
|
if (this.gcode.length < (sendIndex + sendLength)) {
|
||||||
console.log(" sending less than max sendLength (and last)");
|
console.log(" sending less than max sendLength (and last)");
|
||||||
|
Loading…
Reference in New Issue
Block a user