From cefbe54843cf9668e52e2d06d8072dd7fa5507ec Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 26 Jun 2017 16:30:26 +0200 Subject: [PATCH] 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. --- resources/quality/ultimaker2_plus/um2p_pp_0.6_draft.inst.cfg | 1 - resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg | 1 - resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg | 1 - resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg | 1 - 4 files changed, 4 deletions(-) diff --git a/resources/quality/ultimaker2_plus/um2p_pp_0.6_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pp_0.6_draft.inst.cfg index 6b6cb5d7eb..d232ab24a3 100644 --- a/resources/quality/ultimaker2_plus/um2p_pp_0.6_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pp_0.6_draft.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg index 07442b679c..8f54bf4b4e 100644 --- a/resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg index f40fa9f880..1b684da2cf 100644 --- a/resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg @@ -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 diff --git a/resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg index 49ef6d91ec..36c17c1c58 100644 --- a/resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg +++ b/resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg @@ -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