From bc0a4cdc1722b389e7fcea12834b2caaf0facf72 Mon Sep 17 00:00:00 2001 From: THeijmans Date: Wed, 7 Feb 2018 15:35:09 +0100 Subject: [PATCH] Initial layer line width increase Increasing the initial layer line width both increases print speed, and results in more reliable bed adhesion. --- resources/definitions/ultimaker3.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index cb8159b6b4..562a56d652 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -90,6 +90,7 @@ "infill_overlap": { "value": "0" }, "infill_pattern": { "value": "'triangles'" }, "infill_wipe_dist": { "value": "0" }, + "initial_layer_line_width_factor": { "value": "120" }, "jerk_enabled": { "value": "True" }, "jerk_layer_0": { "value": "jerk_topbottom" }, "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" },