pull/110/head v1.0.192
openbuilds-engineer 2019-10-09 19:06:41 +02:00
rodzic 7876e53de4
commit d3c1f335fc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 3AB95CA8F41E2655
4 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -1,4 +1,5 @@
v1.0.189: Fixed Sphinx55 and Sphinx1050 profile for new BlackBox wiring video
v1.0.191: Fixed C-Beam Machine profile for new BlackBox wiring video
v1.0.190: Fixed Sphinx55 and Sphinx1050 profile for new BlackBox wiring video
v1.0.189: Fixed Workbee1010 and Workbee1050 profile for new BlackBox wiring video
v1.0.188: Improved 3D Viewer for Inch mode files
v1.0.187: Fixed Workbee1510 profile for new BlackBox wiring video

Wyświetl plik

@ -1167,7 +1167,7 @@
<small>You may want to wait until your machine is idle before continuing</small>
</div>
<div class="dialog-actions">
<button class="button js-dialog-close">Ask me again in 15min</button>
<button class="button js-dialog-close">Not right now please</button>
<button class="button success js-dialog-close" onclick="socket.emit('applyUpdate', true)">OK, Proceed with Update</button>
</div>
</div>

Wyświetl plik

@ -632,7 +632,7 @@ function selectMachine(type) {
$0: "10", //"Step pulse time, microseconds"
$1: "255", //"Step idle delay, milliseconds"
$2: "0", //"Step pulse invert, mask"
$3: "6", //"Step direction invert, mask"
$3: "5", //"Step direction invert, mask"
$4: "1", //"Invert step enable pin, boolean"
$5: "0", //"Invert limit pins, boolean"
$6: "0", //"Invert probe pin, boolean"
@ -643,7 +643,7 @@ function selectMachine(type) {
$20: "0", //"Soft limits enable, boolean"
$21: "0", //"Hard limits enable, boolean"
$22: "0", //"Homing cycle enable, boolean"
$23: "0", //"Homing direction invert, mask"
$23: "1", //"Homing direction invert, mask"
$24: "2000.000", //"Homing locate feed rate, mm/min"
$25: "1000.000", //"Homing search seek rate, mm/min"
$26: "250", //"Homing switch debounce delay, milliseconds"

Wyświetl plik

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