mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON: made brim_line_count default match brim_width_default for 0.4 nozzles (CURA-550)
This commit is contained in:
parent
8a853e5b05
commit
26a7fc7bdc
1 changed files with 1 additions and 1 deletions
|
@ -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\""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue