From 519d6151d4c033d3ea39cd1596aadfff2cbf06d4 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 4 Nov 2015 17:16:00 +0100 Subject: [PATCH] JSON: support bottom stair step height defaults changed so that the bottom distance to the model isn't violated too much --- 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 1adeb654ba..80f458a4b2 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1163,7 +1163,7 @@ "unit": "mm", "min_value": "0", "max_value_warning": "10", - "default": 0.15, + "default": 0.1, "type": "float", "visible": false, "enabled": "support_enable" @@ -1204,7 +1204,7 @@ "description": "The height of the steps of the stair-like bottom of support resting on the model. Small steps can cause the support to be hard to remove from the top of the model.", "unit": "mm", "type": "float", - "default": 2, + "default": 0.3, "visible": false, "enabled": "support_enable" },