Skip to content

Commit 0ae7461

Browse files
v1.0.387
1 parent 48001ee commit 0ae7461

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v1.0.387
2+
- Improved Feature request #375 handling of localstorage
13
v1.0.386
24
- Implemented Click-on Handlers for A-Axis DRO Entry (Bug #374)
35
- Added direction (Along X or Y) support to Surfacing Wizard (Feature request #375)

app/wizards/surfacing/surfacing.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,10 @@ function populateSurfaceToolForm() {
181181
var $radios = $("input:radio[name=surfaceType]");
182182
$radios.filter("[value=" + data.surfaceType + "]").prop("checked", true);
183183
//Metro.dialog.open("#surfacingDialog");
184+
185+
// if (data.surfaceDirection != undefined) {
184186
$('#surfaceDirection').val(data.surfaceDirection); // Restore surface direction
187+
// }
185188

186189
}
187190

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OpenBuildsCONTROL",
3-
"version": "1.0.386",
3+
"version": "1.0.387",
44
"license": "AGPL-3.0",
55
"description": "OpenBuildsCONTROL CNC Machine Host Software",
66
"author": "github.com/openbuilds <[email protected]>",

0 commit comments

Comments
 (0)