mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
profiles: removed brim_line_count and let brim_width just use the default 8mm (CURA-983)
This commit is contained in:
parent
0d142a03d0
commit
411b8b0502
21 changed files with 3 additions and 23 deletions
|
@ -1593,7 +1593,7 @@
|
|||
"description": "The distance from the model to the end of the brim. A larger brim sticks better to the build platform, but also makes your effective print area smaller.",
|
||||
"type": "float",
|
||||
"unit": "mm",
|
||||
"default": 5.0,
|
||||
"default": 8.0,
|
||||
"min_value": "0.0",
|
||||
"max_value_warning": "100.0",
|
||||
"enabled": "adhesion_type == \"brim\"",
|
||||
|
@ -1604,7 +1604,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": 13,
|
||||
"default": 20,
|
||||
"min_value": "0",
|
||||
"max_value_warning": "300",
|
||||
"inherit_function": "math.ceil(parent_value / skirt_line_width)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue