Skip to content

Commit

Permalink
Merge pull request #13 from AndrewLemons/dev
Browse files Browse the repository at this point in the history
v2.1.5
  • Loading branch information
AndrewLemons authored Sep 17, 2024
2 parents 98eb363 + 231e07e commit db632e2
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "bambu-js",
"version": "2.1.4",
"version": "2.1.5",
"description": "Tools to interact with Bambu Lab printers over MQTT and FTP.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/types/PrintStage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export enum PrintStage {
UNKNOWN = "UNKNOWN",
IDLE = "IDLE",
PRINTING = "PRINTING",
RUNNING = "RUNNING",
PAUSED = "PAUSED",
FINISHED = "FINISHED",
}

0 comments on commit db632e2

Please sign in to comment.