From 6799a76a7c9aa6911dea9250432b80f9f559f435 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 20 Apr 2016 15:25:23 +0200 Subject: [PATCH] JSON fix: combing mode default enum value (CURA-694) --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 1db6182601..15351c4624 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1009,7 +1009,7 @@ "all": "All", "noskin": "No Skin" }, - "default": true, + "default": "all", "visible": false, "global_only": true },