From cbcbf3c9716819fc94192e5c91904acd1b0ee91d Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 22 Feb 2016 15:45:21 +0100 Subject: [PATCH] Improve default support settings These were found by Paul to be better. I agree on the Touching Buildplate option being the one that the user most likely would use most often, and I am inclined to take his word on the support angle. --- resources/machines/fdmprinter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index cbd7089976..0564ceea6d 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1221,7 +1221,7 @@ "buildplate": "Touching Buildplate", "everywhere": "Everywhere" }, - "default": "everywhere", + "default": "buildplate", "enabled": "support_enable" }, "support_angle": { @@ -1231,7 +1231,7 @@ "type": "float", "min_value": "0", "max_value": "90", - "default": 60, + "default": 50, "visible": false, "enabled": "support_enable" },