profiles: removed brim_line_count and let brim_width just use the default 8mm (CURA-983)

This commit is contained in:
Tim Kuipers 2016-03-02 17:13:04 +01:00
parent 0d142a03d0
commit 411b8b0502
21 changed files with 3 additions and 23 deletions

View file

@ -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)",