From 26a7fc7bdce933566aa8b52d8624417c7916cca7 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 8 Dec 2015 09:50:34 +0100 Subject: [PATCH] JSON: made brim_line_count default match brim_width_default for 0.4 nozzles (CURA-550) --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index a1c1556efd..c0e5f70cf2 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1382,7 +1382,7 @@ "label": "Brim Line Count", "description": "The number of lines used for a brim. More lines means a larger brim which sticks better to the build plate, but this also makes your effective print area smaller.", "type": "int", - "default": 10, + "default": 20, "inherit_function": "parent_value / skirt_line_width", "enabled": "adhesion_type == \"brim\"" }