Merge pull request #51 from Ranlvor/patch-17

3D Printer: correclty parse states idle and error
This commit is contained in:
uwap 2018-07-10 16:30:34 +02:00 committed by GitHub
commit cd16c734b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,6 +303,8 @@ const config : Config = {
pre_print: "printing",
post_print: "printing",
printing: "printing",
idle: "idle",
error: "error",
otherwise: "awaiting_interaction"
})
},