Skip to content

Commit cdc3bf0

Browse files
v1.0.389
1 parent ebcc897 commit cdc3bf0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.389
2+
- Add pseudo filename entry for surfacing wizard jobs (cosmetic) #383
13
v1.0.387/388
24
- Improved Feature request #375 handling of localstorage
35
v1.0.386

app/wizards/surfacing/surfacing.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,5 +327,6 @@ G1 F` +
327327

328328
editor.session.setValue(gcode);
329329
parseGcodeInWebWorker(gcode);
330+
loadedFileName = "Surfacing/Flattening Wizard Job"
330331
printLog("<span class='fg-red'>[ Surfacing / Flattening Wizard ] </span><span class='fg-green'>GCODE Loaded</span>");
331-
}
332+
}

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.388",
3+
"version": "1.0.389",
44
"license": "AGPL-3.0",
55
"description": "OpenBuildsCONTROL CNC Machine Host Software",
66
"author": "github.com/openbuilds <[email protected]>",

0 commit comments

Comments
 (0)