pull/305/head v1.0.364
openbuilds-engineer 2023-03-23 14:28:37 +02:00
rodzic f56ebf189c
commit a33135a91a
3 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
v1.0.364: Fixed bug in Surfacing Wizard Freeze bug (Special thanks to Armaliteguy for providing debug info)
v1.0.363: Renewed SSL certificates for API integration
v1.0.362: Fixed typo in port left over from earlier test
v1.0.361: Test older version of Github Actions runner for Ubuntu installs

Wyświetl plik

@ -149,8 +149,10 @@ function populateSurfaceToolForm() {
} else {
$("#surfaceFinalDepth").val(data.surfaceDepth);
}
if (data.surfaceCoolant != undefined) {
$('#surfaceCoolant').val(data.surfaceCoolant)
}
$('#surfaceCoolant').val(data.surfaceCoolant)
$('#surfaceRPM').val(data.surfaceRPM)
var $radios = $("input:radio[name=surfaceType]");
$radios.filter("[value=" + data.surfaceType + "]").prop("checked", true);

Wyświetl plik

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