kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
rodzic
58ec6da91d
commit
7876e53de4
|
@ -1,3 +1,4 @@
|
|||
v1.0.189: 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
|
||||
|
|
|
@ -8,7 +8,7 @@ function selectMachine(type) {
|
|||
$0: "10", //"Step pulse time, microseconds"
|
||||
$1: "255", //"Step idle delay, milliseconds"
|
||||
$2: "0", //"Step pulse invert, mask"
|
||||
$3: "4", //"Step direction invert, mask"
|
||||
$3: "3", //"Step direction invert, mask"
|
||||
$4: "1", //"Invert step enable pin, boolean"
|
||||
$5: "0", //"Invert limit pins, boolean"
|
||||
$6: "0", //"Invert probe pin, boolean"
|
||||
|
@ -47,7 +47,7 @@ function selectMachine(type) {
|
|||
$0: "10", //"Step pulse time, microseconds"
|
||||
$1: "255", //"Step idle delay, milliseconds"
|
||||
$2: "0", //"Step pulse invert, mask"
|
||||
$3: "4", //"Step direction invert, mask"
|
||||
$3: "3", //"Step direction invert, mask"
|
||||
$4: "1", //"Invert step enable pin, boolean"
|
||||
$5: "0", //"Invert limit pins, boolean"
|
||||
$6: "0", //"Invert probe pin, boolean"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "OpenBuildsCONTROL",
|
||||
"version": "1.0.189",
|
||||
"version": "1.0.190",
|
||||
"license": "AGPL-3.0",
|
||||
"description": "Machine Interface Driver for OpenBuilds",
|
||||
"author": "github.com/openbuilds <webmaster@openbuilds.com>",
|
||||
|
|
Ładowanie…
Reference in New Issue