mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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
4 changed files with 0 additions and 4 deletions
|
@ -27,7 +27,6 @@ cool_min_layer_time_fan_speed_max = 6
|
|||
cool_min_speed = 20
|
||||
infill_line_width = =round(line_width * 0.6 / 0.57, 2)
|
||||
infill_overlap = 0
|
||||
infill_overlap_mm = 0
|
||||
infill_pattern = cubic
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
|
|
|
@ -27,7 +27,6 @@ cool_min_layer_time_fan_speed_max = 6
|
|||
cool_min_speed = 20
|
||||
infill_line_width = =round(line_width * 0.6 / 0.57, 2)
|
||||
infill_overlap = 0
|
||||
infill_overlap_mm = 0
|
||||
infill_pattern = cubic
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
|
|
|
@ -27,7 +27,6 @@ cool_min_layer_time_fan_speed_max = 6
|
|||
cool_min_speed = 20
|
||||
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
||||
infill_overlap = 0
|
||||
infill_overlap_mm = 0
|
||||
infill_pattern = cubic
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
|
|
|
@ -27,7 +27,6 @@ cool_min_layer_time_fan_speed_max = 6
|
|||
cool_min_speed = 20
|
||||
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
||||
infill_overlap = 0
|
||||
infill_overlap_mm = 0
|
||||
infill_pattern = cubic
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue