pull/153/head v1.0.215
openbuilds-engineer 2020-03-20 16:08:54 +02:00
rodzic 52aef61c7c
commit 2e4bfe9e4a
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -480,7 +480,7 @@ function runProbeNew() {
G38.2 Z-25 F100 ; Probe Z G38.2 Z-25 F100 ; Probe Z
G4 P0.4 G4 P0.4
G10 P1 L20 Z` + zoffset + ` ; Set Z` + zoffset + ` where ` + zoffset + ` is thickness of plate G10 P1 L20 Z` + zoffset + ` ; Set Z` + zoffset + ` where ` + zoffset + ` is thickness of plate
G0 Z10 ; retract $J=G91G21Z5F1000 ; retract
` `
socket.emit('runJob', { socket.emit('runJob', {
@ -507,7 +507,7 @@ function runProbeNew() {
G38.2 Z-25 F100 ; Probe Z G38.2 Z-25 F100 ; Probe Z
G4 P0.4 G4 P0.4
G10 P1 L20 Z` + zoffset + ` ; Set Z` + zoffset + ` where ` + zoffset + ` is thickness of plate G10 P1 L20 Z` + zoffset + ` ; Set Z` + zoffset + ` where ` + zoffset + ` is thickness of plate
G0 Z10 ; retract $J=G91G21Z5F1000 ; retract
` `
socket.emit('runJob', { socket.emit('runJob', {

Wyświetl plik

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