mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:19:08 +08: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
@ -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.",
|
"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",
|
"type": "float",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default": 5.0,
|
"default": 8.0,
|
||||||
"min_value": "0.0",
|
"min_value": "0.0",
|
||||||
"max_value_warning": "100.0",
|
"max_value_warning": "100.0",
|
||||||
"enabled": "adhesion_type == \"brim\"",
|
"enabled": "adhesion_type == \"brim\"",
|
||||||
@ -1604,7 +1604,7 @@
|
|||||||
"label": "Brim Line Count",
|
"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.",
|
"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",
|
"type": "int",
|
||||||
"default": 13,
|
"default": 20,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "300",
|
"max_value_warning": "300",
|
||||||
"inherit_function": "math.ceil(parent_value / skirt_line_width)",
|
"inherit_function": "math.ceil(parent_value / skirt_line_width)",
|
||||||
|
@ -9,7 +9,6 @@ material = ABS
|
|||||||
layer_height = 0.06
|
layer_height = 0.06
|
||||||
top_bottom_thickness = 0.72
|
top_bottom_thickness = 0.72
|
||||||
layer_height_0 = 0.15
|
layer_height_0 = 0.15
|
||||||
brim_line_count = 32
|
|
||||||
speed_wall_x = 25
|
speed_wall_x = 25
|
||||||
wall_thickness = 0.88
|
wall_thickness = 0.88
|
||||||
speed_infill = 30
|
speed_infill = 30
|
||||||
|
@ -15,7 +15,6 @@ wall_thickness = 1.59
|
|||||||
speed_infill = 55
|
speed_infill = 55
|
||||||
speed_topbottom = 20
|
speed_topbottom = 20
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_line_count = 14
|
|
||||||
cool_min_speed = 20
|
cool_min_speed = 20
|
||||||
line_width = 0.53
|
line_width = 0.53
|
||||||
bottom_thickness = 1.2
|
bottom_thickness = 1.2
|
||||||
|
@ -15,7 +15,6 @@ wall_thickness = 2.1
|
|||||||
speed_infill = 40
|
speed_infill = 40
|
||||||
speed_topbottom = 20
|
speed_topbottom = 20
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_line_count = 10
|
|
||||||
cool_min_speed = 15
|
cool_min_speed = 15
|
||||||
line_width = 0.7
|
line_width = 0.7
|
||||||
bottom_thickness = 1.2
|
bottom_thickness = 1.2
|
||||||
|
@ -10,7 +10,6 @@ infill_overlap = 17
|
|||||||
layer_height = 0.06
|
layer_height = 0.06
|
||||||
wall_thickness = 0.88
|
wall_thickness = 0.88
|
||||||
layer_height_0 = 0.15
|
layer_height_0 = 0.15
|
||||||
brim_line_count = 32
|
|
||||||
speed_wall_x = 25
|
speed_wall_x = 25
|
||||||
top_bottom_thickness = 0.72
|
top_bottom_thickness = 0.72
|
||||||
speed_infill = 30
|
speed_infill = 30
|
||||||
|
@ -10,7 +10,6 @@ infill_overlap = 17
|
|||||||
layer_height = 0.15
|
layer_height = 0.15
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
layer_height_0 = 0.39
|
layer_height_0 = 0.39
|
||||||
brim_line_count = 14
|
|
||||||
speed_wall_x = 30
|
speed_wall_x = 30
|
||||||
wall_thickness = 1.59
|
wall_thickness = 1.59
|
||||||
speed_infill = 40
|
speed_infill = 40
|
||||||
|
@ -10,7 +10,6 @@ infill_overlap = 17
|
|||||||
layer_height = 0.2
|
layer_height = 0.2
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
layer_height_0 = 0.5
|
layer_height_0 = 0.5
|
||||||
brim_line_count = 10
|
|
||||||
speed_wall_x = 30
|
speed_wall_x = 30
|
||||||
wall_thickness = 2.1
|
wall_thickness = 2.1
|
||||||
speed_infill = 40
|
speed_infill = 40
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 15
|
cool_min_layer_time_fan_speed_max = 15
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 7
|
|
||||||
|
@ -30,4 +30,3 @@ travel_avoid_distance = 1
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 15
|
cool_min_layer_time_fan_speed_max = 15
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 8
|
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 15
|
cool_min_layer_time_fan_speed_max = 15
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 8
|
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 15
|
cool_min_layer_time_fan_speed_max = 15
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 8
|
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 15
|
cool_min_layer_time_fan_speed_max = 15
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 8
|
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1.2
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 20
|
cool_min_layer_time_fan_speed_max = 20
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 7
|
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1.6
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 25
|
cool_min_layer_time_fan_speed_max = 25
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 7
|
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 15
|
cool_min_layer_time_fan_speed_max = 15
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 7
|
|
||||||
|
@ -30,4 +30,3 @@ travel_avoid_distance = 1
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 15
|
cool_min_layer_time_fan_speed_max = 15
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 8
|
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 15
|
cool_min_layer_time_fan_speed_max = 15
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 8
|
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 15
|
cool_min_layer_time_fan_speed_max = 15
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 8
|
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 15
|
cool_min_layer_time_fan_speed_max = 15
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 8
|
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1.2
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 20
|
cool_min_layer_time_fan_speed_max = 20
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 7
|
|
||||||
|
@ -29,4 +29,3 @@ travel_avoid_distance = 1.6
|
|||||||
cool_fan_full_layer = 2
|
cool_fan_full_layer = 2
|
||||||
cool_min_layer_time_fan_speed_max = 25
|
cool_min_layer_time_fan_speed_max = 25
|
||||||
adhesion_type = brim
|
adhesion_type = brim
|
||||||
brim_width = 7
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user