mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:39:02 +08:00
Enable interface layer for BAM (also for PVA, but this was already enabled via the BB core variant).
Relates to PP-108
This commit is contained in:
parent
8a9c202aef
commit
8ef3444b4a
@ -245,11 +245,14 @@
|
||||
"value": "4*layer_height"
|
||||
},
|
||||
"minimum_support_area": {
|
||||
"value": "pow((1.5 + support_offset), 2)"
|
||||
"value": "pow((2 + support_offset), 2)"
|
||||
},
|
||||
"support_interface_height": {
|
||||
"value": "2*layer_height"
|
||||
},
|
||||
"support_interface_skip_height": {
|
||||
"value": "layer_height"
|
||||
},
|
||||
"support_interface_pattern": {
|
||||
"value": "'zigzag'"
|
||||
},
|
||||
|
@ -27,6 +27,7 @@ speed_wall = =math.ceil(speed_print * 50 / 70)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 50)
|
||||
top_bottom_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
|
@ -26,6 +26,7 @@ speed_wall = =math.ceil(speed_print * 40 / 80)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
top_bottom_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height
|
||||
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
|
@ -23,6 +23,7 @@ prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
|
||||
skin_overlap = 10
|
||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height
|
||||
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
|
@ -19,3 +19,4 @@ prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
skin_overlap = 20
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -19,3 +19,4 @@ prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
skin_overlap = 15
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -17,3 +17,4 @@ material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -17,3 +17,4 @@ material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -17,3 +17,4 @@ material_print_temperature = =default_material_print_temperature + 5
|
||||
material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -18,3 +18,4 @@ material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_height = 0.9
|
||||
support_interface_enable = True
|
||||
|
@ -18,3 +18,4 @@ material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
support_interface_enable = True
|
||||
|
@ -27,6 +27,7 @@ speed_wall = =math.ceil(speed_print * 50 / 70)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 50)
|
||||
top_bottom_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
|
@ -26,6 +26,7 @@ speed_wall = =math.ceil(speed_print * 40 / 80)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
top_bottom_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height
|
||||
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
|
@ -24,6 +24,7 @@ prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
|
||||
skin_overlap = 10
|
||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height
|
||||
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
|
@ -27,6 +27,7 @@ speed_wall = =math.ceil(speed_print * 50 / 70)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 50)
|
||||
top_bottom_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_top_distance = 0.3
|
||||
support_bottom_distance = 0.3
|
||||
|
@ -19,3 +19,4 @@ prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
skin_overlap = 20
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -19,4 +19,5 @@ prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
skin_overlap = 15
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
||||
|
@ -17,3 +17,4 @@ material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -17,4 +17,5 @@ material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
||||
|
@ -18,3 +18,4 @@ material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
support_interface_enable = True
|
||||
|
@ -17,3 +17,4 @@ material_print_temperature = =default_material_print_temperature + 5
|
||||
material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -16,3 +16,4 @@ brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -17,3 +17,4 @@ material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
support_interface_enable = True
|
||||
|
@ -27,6 +27,7 @@ speed_wall = =math.ceil(speed_print * 50 / 70)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 50)
|
||||
top_bottom_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
|
@ -26,6 +26,7 @@ speed_wall = =math.ceil(speed_print * 40 / 80)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
top_bottom_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height
|
||||
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
|
@ -24,6 +24,7 @@ prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
|
||||
skin_overlap = 10
|
||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_top_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 1) * layer_height
|
||||
support_bottom_distance = =math.ceil(min(extruderValues('material_adhesion_tendency')) / 2) * layer_height
|
||||
|
@ -27,6 +27,7 @@ speed_wall = =math.ceil(speed_print * 50 / 70)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 50)
|
||||
top_bottom_thickness = 1
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_interface_density = =min(extruderValues('material_surface_energy'))
|
||||
support_top_distance = 0.3
|
||||
support_bottom_distance = 0.3
|
||||
|
@ -19,3 +19,5 @@ prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
skin_overlap = 20
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
||||
|
@ -19,3 +19,4 @@ prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
skin_overlap = 15
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -17,3 +17,4 @@ material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -17,3 +17,4 @@ material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -19,3 +19,4 @@ retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
support_interface_height = 1.2
|
||||
support_interface_enable = True
|
||||
|
@ -17,3 +17,4 @@ material_print_temperature = =default_material_print_temperature + 5
|
||||
material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -16,3 +16,4 @@ brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
|
@ -17,3 +17,4 @@ material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
support_interface_enable = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user