this is not working

This commit is contained in:
James 2019-02-11 21:40:05 -06:00
parent 6c273f423c
commit 71018f3ab0
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ $(function() {
expanded = "[\"" + expanded + "\"]"
expanded = expanded.replace(/(?:\r\n|\r|\n)/g, "\",\"");
OctoPrint.control.sendGcode(expanded);
// OctoPrint.control.sendGcode(expanded);
OctoPrint.control.sendGcode(["G28","G28"])
}
}