pull/110/head
openbuilds-engineer 2018-09-06 18:28:00 +02:00
rodzic 41baf894dc
commit 88daa328ab
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -98,6 +98,12 @@ function initSocket() {
socket.on('gcodeupload', function(data) {
printLog("Received new GCODE from API")
if (scene.getObjectByName('gcodeobject')) {
// console.log("Existing GCODE object: Cleaning up first")
scene.remove(scene.getObjectByName('gcodeobject'))
object = false;
}
resetView();
editor.session.setValue(data);
$('#controlTab').click()
if (webgl) {

Wyświetl plik

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