3D Printer: correclty parse states idle and error

This commit is contained in:
Ranlvor 2018-07-10 16:25:12 +02:00
parent e5cf1b2f9e
commit 5819299719
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -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"
}) })
}, },