pull/294/head v1.0.340
openbuilds-engineer 2022-12-08 20:54:09 +02:00
rodzic fff579d556
commit 2d930d1cd6
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
v1.0.340: Fixed bug in X32>4Axes flashing tool
v1.0.339: Updated grblHAL Binaries to fix Probe bug, Windows Taskbar jog Progress indicator, Updated Pi Install script with Node19x, Added coolant/vacuum to Surfacing Wizard
v1.0.338: Beta testing alternative GPU blacklist switch config for older computers, Fixed a couple Grbl Settings bugs
v1.0.337: Improved WebGL Detection

Wyświetl plik

@ -242,9 +242,9 @@ function flashFirmwarefromWizard() {
if ($("#grblHalAxesCount").val() == "3axes-grblhal") {
var filename = "grblhal-grbl3axis.bin";
} else if ($("#grblAxesCount").val() == "2axes-grblhal") {
} else if ($("#grblHalAxesCount").val() == "2axes-grblhal") {
var filename = "";
} else if ($("#grblAxesCount").val() == "4axes-grblhal") {
} else if ($("#grblHalAxesCount").val() == "4axes-grblhal") {
var filename = "grblhal-grbl4axis.bin";
}

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
"version": "1.0.339",
"version": "1.0.340",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Host Software",
"author": "github.com/openbuilds <support@openbuilds.com>",