Skip to content

Commit

Permalink
chore(deps): Update @sindarius/gcodeviewer (mainsail-crew#1755)
Browse files Browse the repository at this point in the history
Update @sindarius/gcodeviewer to latest after fix in upstream library.

First update (d34aa64) was to include OrcaSlicer in the supported slicers list;
unfortunately it was including a bug where unlisted slicer features where aborting the rendering.

The new fix in the upstream library ensures that if supported slicers will add new features
the render will continue to work and unsupported features will have a generic color instead of
abort the render and throw an error.

See Sindarius/npm_gcodeviewer@be58cce
  • Loading branch information
TopoDiFogna committed Feb 17, 2024
1 parent 9c4eade commit 67f7bd7
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 75 deletions.
148 changes: 74 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@codemirror/view": "^6.0.3",
"@jaames/iro": "^5.5.2",
"@lezer/highlight": "^1.0.0",
"@sindarius/gcodeviewer": "^3.7.6",
"@sindarius/gcodeviewer": "^3.7.8",
"@uiw/codemirror-theme-vscode": "^4.19.11",
"axios": "^1.6.0",
"codemirror": "^6.0.1",
Expand Down

0 comments on commit 67f7bd7

Please sign in to comment.