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\"" }