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