Skip to content

Commit

Permalink
v1.0.389
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Jan 2, 2025
1 parent ebcc897 commit cdc3bf0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v1.0.389
- Add pseudo filename entry for surfacing wizard jobs (cosmetic) #383
v1.0.387/388
- Improved Feature request #375 handling of localstorage
v1.0.386
Expand Down
3 changes: 2 additions & 1 deletion app/wizards/surfacing/surfacing.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,6 @@ G1 F` +

editor.session.setValue(gcode);
parseGcodeInWebWorker(gcode);
loadedFileName = "Surfacing/Flattening Wizard Job"
printLog("<span class='fg-red'>[ Surfacing / Flattening Wizard ] </span><span class='fg-green'>GCODE Loaded</span>");
}
}
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.388",
"version": "1.0.389",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Host Software",
"author": "github.com/openbuilds <[email protected]>",
Expand Down

0 comments on commit cdc3bf0

Please sign in to comment.