kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
rodzic
fff579d556
commit
2d930d1cd6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>",
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue