this is not working
This commit is contained in:
parent
6c273f423c
commit
71018f3ab0
|
@ -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"])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue