From fdc48495e5eb3f5fb1a0561287f2fb0eff29439f Mon Sep 17 00:00:00 2001 From: "p.kuiper" Date: Thu, 2 Jun 2022 17:16:52 +0200 Subject: [PATCH] Forgot a comma, fixed json. Relates to PP-108 --- resources/definitions/ultimaker.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index df7cc25445..8fd6bfce08 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -213,7 +213,7 @@ }, "jerk_skirt_brim": { "minimum_value_warning": 20 - } + }, "support_wall_count": { "value": 0 },