macro: Fix macros not executed
This commit is contained in:
parent
c75ee40ab5
commit
befa5b0529
|
@ -27,6 +27,10 @@ $(function() {
|
|||
});;
|
||||
}
|
||||
|
||||
self.executeMacro = function(macro) {
|
||||
OctoPrint.control.sendGcode(macro.macro());
|
||||
}
|
||||
|
||||
self.onGetStatus = function() {
|
||||
self.shortStatus("Updating Status ...")
|
||||
OctoPrint.control.sendGcode("Status")
|
||||
|
|
Loading…
Reference in New Issue