mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:09:04 +08:00
profiles: fix: skin_no_small_skin_heuristic not set anymore in profiles, but now defaults to fdmPrinter default (TRUE) (CURA-983)
This commit is contained in:
parent
5cd1a760e7
commit
b225cb5c34
@ -27,7 +27,6 @@ speed_topbottom = 20
|
|||||||
speed_infill = 30
|
speed_infill = 30
|
||||||
infill_before_walls = False
|
infill_before_walls = False
|
||||||
retraction_speed = 40.0
|
retraction_speed = 40.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
infill_sparse_density = 22
|
infill_sparse_density = 22
|
||||||
shell_thickness = 0.88
|
shell_thickness = 0.88
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
|
@ -28,7 +28,6 @@ speed_topbottom = 30
|
|||||||
speed_infill = 55
|
speed_infill = 55
|
||||||
infill_before_walls = False
|
infill_before_walls = False
|
||||||
retraction_speed = 40.0
|
retraction_speed = 40.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
infill_sparse_density = 18
|
infill_sparse_density = 18
|
||||||
shell_thickness = 0.7
|
shell_thickness = 0.7
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
|
@ -27,7 +27,6 @@ speed_topbottom = 20
|
|||||||
speed_infill = 45
|
speed_infill = 45
|
||||||
infill_before_walls = False
|
infill_before_walls = False
|
||||||
retraction_speed = 40.0
|
retraction_speed = 40.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
infill_sparse_density = 22
|
infill_sparse_density = 22
|
||||||
shell_thickness = 1.05
|
shell_thickness = 1.05
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
|
@ -24,7 +24,6 @@ speed_topbottom = 20
|
|||||||
speed_infill = 45
|
speed_infill = 45
|
||||||
infill_before_walls = False
|
infill_before_walls = False
|
||||||
retraction_speed = 40.0
|
retraction_speed = 40.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
shell_thickness = 1.05
|
shell_thickness = 1.05
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
raft_airgap = 0.0
|
raft_airgap = 0.0
|
||||||
|
@ -27,7 +27,6 @@ speed_topbottom = 20
|
|||||||
speed_infill = 55
|
speed_infill = 55
|
||||||
infill_before_walls = False
|
infill_before_walls = False
|
||||||
retraction_speed = 40.0
|
retraction_speed = 40.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
shell_thickness = 1.59
|
shell_thickness = 1.59
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
raft_airgap = 0.0
|
raft_airgap = 0.0
|
||||||
|
@ -27,7 +27,6 @@ speed_topbottom = 20
|
|||||||
speed_infill = 40
|
speed_infill = 40
|
||||||
infill_before_walls = False
|
infill_before_walls = False
|
||||||
retraction_speed = 40.0
|
retraction_speed = 40.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
shell_thickness = 2.1
|
shell_thickness = 2.1
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
raft_airgap = 0.0
|
raft_airgap = 0.0
|
||||||
|
@ -12,7 +12,6 @@ support_enable = False
|
|||||||
raft_airgap = 0.0
|
raft_airgap = 0.0
|
||||||
raft_surface_thickness = 0.27
|
raft_surface_thickness = 0.27
|
||||||
raft_interface_line_spacing = 3.0
|
raft_interface_line_spacing = 3.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
bottom_thickness = 0.72
|
bottom_thickness = 0.72
|
||||||
raft_surface_line_spacing = 3.0
|
raft_surface_line_spacing = 3.0
|
||||||
retraction_combing = All
|
retraction_combing = All
|
||||||
|
@ -8,7 +8,6 @@ material = CPE
|
|||||||
[settings]
|
[settings]
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
retraction_hop = 0.0
|
retraction_hop = 0.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
raft_airgap = 0.0
|
raft_airgap = 0.0
|
||||||
speed_travel = 150
|
speed_travel = 150
|
||||||
raft_surface_thickness = 0.27
|
raft_surface_thickness = 0.27
|
||||||
|
@ -12,7 +12,6 @@ support_enable = False
|
|||||||
raft_airgap = 0.0
|
raft_airgap = 0.0
|
||||||
raft_surface_thickness = 0.27
|
raft_surface_thickness = 0.27
|
||||||
raft_interface_line_spacing = 3.0
|
raft_interface_line_spacing = 3.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
bottom_thickness = 0.72
|
bottom_thickness = 0.72
|
||||||
raft_surface_line_spacing = 3.0
|
raft_surface_line_spacing = 3.0
|
||||||
retraction_combing = All
|
retraction_combing = All
|
||||||
|
@ -12,7 +12,6 @@ raft_airgap = 0.0
|
|||||||
raft_surface_thickness = 0.27
|
raft_surface_thickness = 0.27
|
||||||
support_pattern = lines
|
support_pattern = lines
|
||||||
raft_interface_line_spacing = 3.0
|
raft_interface_line_spacing = 3.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
raft_surface_line_width = 0.4
|
raft_surface_line_width = 0.4
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
retraction_combing = All
|
retraction_combing = All
|
||||||
|
@ -12,7 +12,6 @@ support_enable = False
|
|||||||
raft_airgap = 0.0
|
raft_airgap = 0.0
|
||||||
raft_surface_thickness = 0.27
|
raft_surface_thickness = 0.27
|
||||||
raft_interface_line_spacing = 3.0
|
raft_interface_line_spacing = 3.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
bottom_thickness = 1.2
|
bottom_thickness = 1.2
|
||||||
support_pattern = lines
|
support_pattern = lines
|
||||||
retraction_combing = All
|
retraction_combing = All
|
||||||
|
@ -12,7 +12,6 @@ support_enable = False
|
|||||||
raft_airgap = 0.0
|
raft_airgap = 0.0
|
||||||
raft_surface_thickness = 0.27
|
raft_surface_thickness = 0.27
|
||||||
raft_interface_line_spacing = 3.0
|
raft_interface_line_spacing = 3.0
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
bottom_thickness = 1.2
|
bottom_thickness = 1.2
|
||||||
support_pattern = lines
|
support_pattern = lines
|
||||||
retraction_combing = All
|
retraction_combing = All
|
||||||
|
@ -12,7 +12,6 @@ layer_height_0 = 0.15
|
|||||||
shell_thickness = 0.88
|
shell_thickness = 0.88
|
||||||
top_bottom_thickness = 0.72
|
top_bottom_thickness = 0.72
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 22
|
infill_sparse_density = 22
|
||||||
infill_wipe_dist = 0.1
|
infill_wipe_dist = 0.1
|
||||||
|
@ -12,7 +12,6 @@ layer_height_0 = 0.26
|
|||||||
shell_thickness = 0.7
|
shell_thickness = 0.7
|
||||||
top_bottom_thickness = 0.6
|
top_bottom_thickness = 0.6
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 18
|
infill_sparse_density = 18
|
||||||
infill_wipe_dist = 0.2
|
infill_wipe_dist = 0.2
|
||||||
|
@ -12,7 +12,6 @@ layer_height_0 = 0.26
|
|||||||
shell_thickness = 1.05
|
shell_thickness = 1.05
|
||||||
top_bottom_thickness = 0.84
|
top_bottom_thickness = 0.84
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 22
|
infill_sparse_density = 22
|
||||||
infill_wipe_dist = 0.2
|
infill_wipe_dist = 0.2
|
||||||
|
@ -12,7 +12,6 @@ layer_height_0 = 0.26
|
|||||||
shell_thickness = 1.05
|
shell_thickness = 1.05
|
||||||
top_bottom_thickness = 0.8
|
top_bottom_thickness = 0.8
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 20
|
infill_sparse_density = 20
|
||||||
infill_wipe_dist = 0.2
|
infill_wipe_dist = 0.2
|
||||||
|
@ -12,7 +12,6 @@ layer_height_0 = 0.26
|
|||||||
shell_thickness = 1.4
|
shell_thickness = 1.4
|
||||||
top_bottom_thickness = 1.12
|
top_bottom_thickness = 1.12
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 25
|
infill_sparse_density = 25
|
||||||
infill_wipe_dist = 0.2
|
infill_wipe_dist = 0.2
|
||||||
|
@ -12,7 +12,6 @@ layer_height_0 = 0.4
|
|||||||
shell_thickness = 1.59
|
shell_thickness = 1.59
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 20
|
infill_sparse_density = 20
|
||||||
infill_wipe_dist = 0.3
|
infill_wipe_dist = 0.3
|
||||||
|
@ -12,7 +12,6 @@ layer_height_0 = 0.5
|
|||||||
shell_thickness = 2.1
|
shell_thickness = 2.1
|
||||||
top_bottom_thickness = 1.6
|
top_bottom_thickness = 1.6
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 20
|
infill_sparse_density = 20
|
||||||
infill_wipe_dist = 0.4
|
infill_wipe_dist = 0.4
|
||||||
|
@ -11,7 +11,6 @@ layer_height_0 = 0.15
|
|||||||
shell_thickness = 0.88
|
shell_thickness = 0.88
|
||||||
top_bottom_thickness = 0.72
|
top_bottom_thickness = 0.72
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 22
|
infill_sparse_density = 22
|
||||||
infill_overlap = 0.022
|
infill_overlap = 0.022
|
||||||
|
@ -11,7 +11,6 @@ layer_height_0 = 0.26
|
|||||||
shell_thickness = 0.7
|
shell_thickness = 0.7
|
||||||
top_bottom_thickness = 0.6
|
top_bottom_thickness = 0.6
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 18
|
infill_sparse_density = 18
|
||||||
infill_overlap = 0.035
|
infill_overlap = 0.035
|
||||||
|
@ -11,7 +11,6 @@ layer_height_0 = 0.26
|
|||||||
shell_thickness = 1.05
|
shell_thickness = 1.05
|
||||||
top_bottom_thickness = 0.84
|
top_bottom_thickness = 0.84
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 22
|
infill_sparse_density = 22
|
||||||
infill_overlap = 0.035
|
infill_overlap = 0.035
|
||||||
|
@ -11,7 +11,6 @@ layer_height_0 = 0.26
|
|||||||
shell_thickness = 1.05
|
shell_thickness = 1.05
|
||||||
top_bottom_thickness = 0.8
|
top_bottom_thickness = 0.8
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 20
|
infill_sparse_density = 20
|
||||||
infill_overlap = 0.035
|
infill_overlap = 0.035
|
||||||
|
@ -11,7 +11,6 @@ layer_height_0 = 0.26
|
|||||||
shell_thickness = 1.4
|
shell_thickness = 1.4
|
||||||
top_bottom_thickness = 1.12
|
top_bottom_thickness = 1.12
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 25
|
infill_sparse_density = 25
|
||||||
infill_overlap = 0.035
|
infill_overlap = 0.035
|
||||||
|
@ -11,7 +11,6 @@ layer_height_0 = 0.4
|
|||||||
shell_thickness = 1.59
|
shell_thickness = 1.59
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 20
|
infill_sparse_density = 20
|
||||||
infill_overlap = 0.053
|
infill_overlap = 0.053
|
||||||
|
@ -11,7 +11,6 @@ layer_height_0 = 0.5
|
|||||||
shell_thickness = 2.1
|
shell_thickness = 2.1
|
||||||
top_bottom_thickness = 1.6
|
top_bottom_thickness = 1.6
|
||||||
travel_compensate_overlapping_walls_enabled = True
|
travel_compensate_overlapping_walls_enabled = True
|
||||||
skin_no_small_gaps_heuristic = False
|
|
||||||
top_bottom_pattern = lines
|
top_bottom_pattern = lines
|
||||||
infill_sparse_density = 20
|
infill_sparse_density = 20
|
||||||
infill_overlap = 0.07
|
infill_overlap = 0.07
|
||||||
|
Loading…
x
Reference in New Issue
Block a user