From 509cb4627e49e6df2ef628a9f43c7fb07e547d07 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Fri, 16 Oct 2015 10:30:45 +0200 Subject: [PATCH] JSON: update raft defaults --- resources/machines/fdmprinter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 9ca44a7e86..3fd8c972af 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1379,7 +1379,7 @@ "description": "The gap between the final raft layer and the first layer of the object. Only the first layer is raised by this amount to lower the bonding between the raft layer and the object. Makes it easier to peel off the raft.", "unit": "mm", "type": "float", - "default": 0.22, + "default": 0.35, "enabled": "adhesion_type == \"raft\"" }, "raft_surface_layers": { @@ -1435,7 +1435,7 @@ "description": "The distance between the raft lines for the interface raft layer. The spacing of the interface should be quite wide, while being dense enough to support the surface raft layers.", "unit": "mm", "type": "float", - "default": 2, + "default": 1.0, "enabled": "adhesion_type == \"raft\"" }, "raft_base_thickness": { @@ -1459,7 +1459,7 @@ "description": "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate.", "unit": "mm", "type": "float", - "default": 5, + "default": 3.0, "enabled": "adhesion_type == \"raft\"" }, "raft_speed": {