Change 'first' parameter of printer/print call to 'clear'.

This commit is contained in:
Wouter R 2016-02-14 00:37:03 +01:00
parent 4f5e1143b4
commit 456531b15f
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ function Printer() {
}
var gcodePart = this.gcode.slice(sendIndex, sendIndex+sendLength);
var postData = { gcode: gcodePart.join("\n"), total_lines: this.gcode.length, first: firstOne, start: start};
var postData = { gcode: gcodePart.join("\n"), total_lines: this.gcode.length, clear: firstOne, start: start};
var self = this;
if (communicateWithWifibox) {
$.ajax({