3D Printer: correclty parse states idle and error
This commit is contained in:
parent
e5cf1b2f9e
commit
5819299719
1 changed files with 2 additions and 0 deletions
|
|
@ -303,6 +303,8 @@ const config : Config = {
|
|||
pre_print: "printing",
|
||||
post_print: "printing",
|
||||
printing: "printing",
|
||||
idle: "idle",
|
||||
error: "error",
|
||||
otherwise: "awaiting_interaction"
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue