pull/110/head
openbuilds-engineer 2018-08-09 14:20:42 +02:00
rodzic afbcef9bb4
commit dfae905ec9
3 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -103,6 +103,10 @@ function initSocket() {
// gcodeeditortab
});
socket.on('gcodeupload', function(data) {
printLog("Activated window");
});
socket.on('integrationpopup', function(data) {
printLog("Integration called from " + data)
// editor.session.setValue(data);

Wyświetl plik

@ -516,7 +516,7 @@ app.get('/activate', (req, res) => {
jogWindow.setAlwaysOnTop(false);
}
setTimeout(function() {
io.sockets.emit('gcodeupload', req.hostname);
io.sockets.emit('activate', req.hostname);
}, 1500);
})

Wyświetl plik

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