JSON: made brim_line_count default match brim_width_default for 0.4 nozzles (CURA-550)

This commit is contained in:
Tim Kuipers 2015-12-08 09:50:34 +01:00
parent 8a853e5b05
commit 26a7fc7bdc

View File

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