Merge pull request #51 from Ranlvor/patch-17
3D Printer: correclty parse states idle and error
This commit is contained in:
commit
cd16c734b3
1 changed files with 2 additions and 0 deletions
|
|
@ -303,6 +303,8 @@ const config : Config = {
|
||||||
pre_print: "printing",
|
pre_print: "printing",
|
||||||
post_print: "printing",
|
post_print: "printing",
|
||||||
printing: "printing",
|
printing: "printing",
|
||||||
|
idle: "idle",
|
||||||
|
error: "error",
|
||||||
otherwise: "awaiting_interaction"
|
otherwise: "awaiting_interaction"
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue