mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 16:05:56 +08:00
Make infill overlap depend on line width
Paul said this way was a better default for all our profiles. Contributes to issue CURA-892.
This commit is contained in:
parent
d54b24ac86
commit
94314a7c2c
@ -588,7 +588,7 @@
|
|||||||
"default": 10,
|
"default": 10,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "100",
|
"max_value_warning": "100",
|
||||||
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
"inherit_function": "wall_line_width * 0.1",
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"infill_wipe_dist": {
|
"infill_wipe_dist": {
|
||||||
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||||||
skin_no_small_gaps_heuristic = False
|
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_wipe_dist = 0.1
|
infill_wipe_dist = 0.1
|
||||||
retraction_amount = 6
|
retraction_amount = 6
|
||||||
retraction_min_travel = 0.5
|
retraction_min_travel = 0.5
|
||||||
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||||||
skin_no_small_gaps_heuristic = False
|
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_wipe_dist = 0.2
|
infill_wipe_dist = 0.2
|
||||||
retraction_amount = 5.5
|
retraction_amount = 5.5
|
||||||
retraction_min_travel = 0.5
|
retraction_min_travel = 0.5
|
||||||
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||||||
skin_no_small_gaps_heuristic = False
|
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_wipe_dist = 0.2
|
infill_wipe_dist = 0.2
|
||||||
retraction_amount = 5.5
|
retraction_amount = 5.5
|
||||||
retraction_min_travel = 0.5
|
retraction_min_travel = 0.5
|
||||||
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||||||
skin_no_small_gaps_heuristic = False
|
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_wipe_dist = 0.2
|
infill_wipe_dist = 0.2
|
||||||
retraction_amount = 5.5
|
retraction_amount = 5.5
|
||||||
retraction_min_travel = 0.5
|
retraction_min_travel = 0.5
|
||||||
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||||||
skin_no_small_gaps_heuristic = False
|
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_wipe_dist = 0.2
|
infill_wipe_dist = 0.2
|
||||||
retraction_amount = 5.5
|
retraction_amount = 5.5
|
||||||
retraction_min_travel = 0.5
|
retraction_min_travel = 0.5
|
||||||
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||||||
skin_no_small_gaps_heuristic = False
|
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_wipe_dist = 0.3
|
infill_wipe_dist = 0.3
|
||||||
retraction_amount = 6
|
retraction_amount = 6
|
||||||
retraction_min_travel = 0.5
|
retraction_min_travel = 0.5
|
||||||
|
@ -15,7 +15,6 @@ travel_compensate_overlapping_walls_enabled = True
|
|||||||
skin_no_small_gaps_heuristic = False
|
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_wipe_dist = 0.4
|
infill_wipe_dist = 0.4
|
||||||
retraction_amount = 6
|
retraction_amount = 6
|
||||||
retraction_min_travel = 0.5
|
retraction_min_travel = 0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user