Skip to content

Commit

Permalink
v1.0.387
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Dec 13, 2024
1 parent 48001ee commit 0ae7461
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v1.0.387
- Improved Feature request #375 handling of localstorage
v1.0.386
- Implemented Click-on Handlers for A-Axis DRO Entry (Bug #374)
- Added direction (Along X or Y) support to Surfacing Wizard (Feature request #375)
Expand Down
3 changes: 3 additions & 0 deletions app/wizards/surfacing/surfacing.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@ function populateSurfaceToolForm() {
var $radios = $("input:radio[name=surfaceType]");
$radios.filter("[value=" + data.surfaceType + "]").prop("checked", true);
//Metro.dialog.open("#surfacingDialog");

// if (data.surfaceDirection != undefined) {
$('#surfaceDirection').val(data.surfaceDirection); // Restore surface direction
// }

}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
"version": "1.0.386",
"version": "1.0.387",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Host Software",
"author": "github.com/openbuilds <support@openbuilds.com>",
Expand Down

0 comments on commit 0ae7461

Please sign in to comment.