mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:29:05 +08:00
Fix double infill overlap settings
These settings say the same, only the infill_overlap_mm one overwrites the infill_overlap setting. I therefore removed infill_overlap_mm so that the mm gets auto-calculated and none of the settings are overwritten any more (so they don't get greyed out). Contributes to issue CURA-3960.
This commit is contained in:
parent
a259217f52
commit
cefbe54843
@ -27,7 +27,6 @@ cool_min_layer_time_fan_speed_max = 6
|
|||||||
cool_min_speed = 20
|
cool_min_speed = 20
|
||||||
infill_line_width = =round(line_width * 0.6 / 0.57, 2)
|
infill_line_width = =round(line_width * 0.6 / 0.57, 2)
|
||||||
infill_overlap = 0
|
infill_overlap = 0
|
||||||
infill_overlap_mm = 0
|
|
||||||
infill_pattern = cubic
|
infill_pattern = cubic
|
||||||
infill_wipe_dist = 0
|
infill_wipe_dist = 0
|
||||||
jerk_enabled = True
|
jerk_enabled = True
|
||||||
|
@ -27,7 +27,6 @@ cool_min_layer_time_fan_speed_max = 6
|
|||||||
cool_min_speed = 20
|
cool_min_speed = 20
|
||||||
infill_line_width = =round(line_width * 0.6 / 0.57, 2)
|
infill_line_width = =round(line_width * 0.6 / 0.57, 2)
|
||||||
infill_overlap = 0
|
infill_overlap = 0
|
||||||
infill_overlap_mm = 0
|
|
||||||
infill_pattern = cubic
|
infill_pattern = cubic
|
||||||
infill_wipe_dist = 0
|
infill_wipe_dist = 0
|
||||||
jerk_enabled = True
|
jerk_enabled = True
|
||||||
|
@ -27,7 +27,6 @@ cool_min_layer_time_fan_speed_max = 6
|
|||||||
cool_min_speed = 20
|
cool_min_speed = 20
|
||||||
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
||||||
infill_overlap = 0
|
infill_overlap = 0
|
||||||
infill_overlap_mm = 0
|
|
||||||
infill_pattern = cubic
|
infill_pattern = cubic
|
||||||
infill_wipe_dist = 0
|
infill_wipe_dist = 0
|
||||||
jerk_enabled = True
|
jerk_enabled = True
|
||||||
|
@ -27,7 +27,6 @@ cool_min_layer_time_fan_speed_max = 6
|
|||||||
cool_min_speed = 20
|
cool_min_speed = 20
|
||||||
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
||||||
infill_overlap = 0
|
infill_overlap = 0
|
||||||
infill_overlap_mm = 0
|
|
||||||
infill_pattern = cubic
|
infill_pattern = cubic
|
||||||
infill_wipe_dist = 0
|
infill_wipe_dist = 0
|
||||||
jerk_enabled = True
|
jerk_enabled = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user