mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:15:54 +08: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
@ -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…
x
Reference in New Issue
Block a user