v1.0.49 Update to request grbl settings after reset

pull/110/head
openbuilds-engineer 2018-08-07 17:46:13 +02:00
rodzic a1e92dcdb7
commit 3c1a5e909f
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -220,7 +220,10 @@ function grblSaveSettings() {
onclick: function() {
setTimeout(function() {
sendGcode(String.fromCharCode(0x18));
}, 3000);
setTimeout(function() {
refreshGrblSettings()
}, 1000);
}, 400);
}
},
{

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "OpenBuildsMachineDriver",
"version": "1.0.48",
"version": "1.0.49",
"license": "AGPL-3.0",
"description": "Machine Interface Driver for OpenBuilds",
"author": "github.com/openbuilds <webmaster@openbuilds.com>",