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:
Ghostkeeper 2017-06-26 16:30:26 +02:00
parent a259217f52
commit cefbe54843
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
4 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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