Skip to content

Commit

Permalink
Added missing code channels for v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm committed Oct 28, 2022
1 parent 582d3d9 commit 2ed4dd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duet3d/objectmodel",
"version": "3.5.0-b4",
"version": "3.5.0-b5",
"description": "TypeScript implementation of the Duet3D Object Model",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion src/inputs/CodeChannel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ export enum CodeChannel {
daemon = 9,
aux2 = 10,
autopause = 11,
unknown = 12
file2 = 12,
queue2 = 13,
unknown = 14
}

export default CodeChannel

0 comments on commit 2ed4dd6

Please sign in to comment.