From 5819299719f730879eef2dcb859f231eb31ca3f3 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Tue, 10 Jul 2018 16:25:12 +0200 Subject: [PATCH] 3D Printer: correclty parse states idle and error --- config/rzl.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rzl.js b/config/rzl.js index e287a85..0e11470 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -303,6 +303,8 @@ const config : Config = { pre_print: "printing", post_print: "printing", printing: "printing", + idle: "idle", + error: "error", otherwise: "awaiting_interaction" }) },