From 35ba7d59f4cbe24e30fec2848def7fbad552f5fe 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 1b34c71e0f..38d3ff3049 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1100,7 +1100,7 @@ "unit": "mm", "min_value": "0", "max_value_warning": "10", - "default": 0.15, + "default": 0.1, "type": "float", "visible": false, "enabled": "support_enable" @@ -1141,7 +1141,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" },