From 6c641f4eba11032aeb667889e1b20b7e8d899bec Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Tue, 11 Jun 2019 15:56:22 +0200 Subject: [PATCH] Fix Ultimaker-API-Translation (#110) --- config/rzl/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rzl/index.js b/config/rzl/index.js index 2b0741d..e688571 100644 --- a/config/rzl/index.js +++ b/config/rzl/index.js @@ -177,8 +177,8 @@ const config: Config = { type: types.option({ unreachable: "unavailable", booting: "unavailable", - prePrint: "printing", - postPrint: "printing", + "pre_print": "printing", + "post_print": "printing", printing: "printing", idle: "idle", error: "error",