diff --git a/plugins/VersionUpgrade/VersionUpgrade49to50/VersionUpgrade49to50.py b/plugins/VersionUpgrade/VersionUpgrade49to50/VersionUpgrade49to50.py index af6d80ec63..7757a45c25 100644 --- a/plugins/VersionUpgrade/VersionUpgrade49to50/VersionUpgrade49to50.py +++ b/plugins/VersionUpgrade/VersionUpgrade49to50/VersionUpgrade49to50.py @@ -9,7 +9,8 @@ from UM.VersionUpgrade import VersionUpgrade _removed_settings = { "travel_compensate_overlapping_walls_enabled", "travel_compensate_overlapping_walls_0_enabled", - "travel_compensate_overlapping_walls_x_enabled" + "travel_compensate_overlapping_walls_x_enabled", + "fill_perimeter_gaps" } diff --git a/resources/definitions/anet3d.def.json b/resources/definitions/anet3d.def.json index 798ae8a965..54092bcf25 100644 --- a/resources/definitions/anet3d.def.json +++ b/resources/definitions/anet3d.def.json @@ -86,7 +86,6 @@ "infill_wipe_dist": { "value": 0 }, "wall_0_wipe_dist": { "value": 0.2 }, - "fill_perimeter_gaps": { "value": "'everywhere'" }, "fill_outline_gaps": { "value": false }, "filter_out_tiny_gaps": { "value": true }, diff --git a/resources/definitions/artillery_base.def.json b/resources/definitions/artillery_base.def.json index 021abf5e39..76e2cb3fef 100644 --- a/resources/definitions/artillery_base.def.json +++ b/resources/definitions/artillery_base.def.json @@ -191,7 +191,6 @@ "infill_wipe_dist": { "value": 0.0 }, "wall_0_wipe_dist": { "value": 0.0 }, - "fill_perimeter_gaps": { "value": "'everywhere'" }, "fill_outline_gaps": { "value": false }, "filter_out_tiny_gaps": { "value": false }, diff --git a/resources/definitions/atmat_signal_pro_base.def.json b/resources/definitions/atmat_signal_pro_base.def.json index 774c179a34..411867fb02 100644 --- a/resources/definitions/atmat_signal_pro_base.def.json +++ b/resources/definitions/atmat_signal_pro_base.def.json @@ -258,7 +258,6 @@ "layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" }, "line_width": { "value": "machine_nozzle_size * 1.125" }, "wall_line_width": { "value": "machine_nozzle_size" }, - "fill_perimeter_gaps": { "default_value": "everywhere" }, "fill_outline_gaps": { "value": "True" }, "meshfix_maximum_resolution": { "value": "0.01" }, "meshfix_maximum_deviation": { "value": "layer_height / 2" }, diff --git a/resources/definitions/biqu_base.def.json b/resources/definitions/biqu_base.def.json index 4327da886c..d6365f0aab 100755 --- a/resources/definitions/biqu_base.def.json +++ b/resources/definitions/biqu_base.def.json @@ -96,7 +96,6 @@ "infill_wipe_dist": { "value": 0.0 }, "wall_0_wipe_dist": { "value": 0.0 }, - "fill_perimeter_gaps": { "value": "'everywhere'" }, "fill_outline_gaps": { "value": false }, "filter_out_tiny_gaps": { "value": false }, diff --git a/resources/definitions/blv_mgn_cube_base.def.json b/resources/definitions/blv_mgn_cube_base.def.json index 47b7d12f97..c56112c4c5 100644 --- a/resources/definitions/blv_mgn_cube_base.def.json +++ b/resources/definitions/blv_mgn_cube_base.def.json @@ -45,9 +45,6 @@ "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" }, - "fill_perimeter_gaps": { - "value": "'everywhere'" - }, "fill_outline_gaps": { "value": true }, diff --git a/resources/definitions/creality_base.def.json b/resources/definitions/creality_base.def.json index 34a02ee86f..e07c6057a0 100644 --- a/resources/definitions/creality_base.def.json +++ b/resources/definitions/creality_base.def.json @@ -195,7 +195,6 @@ "infill_wipe_dist": { "value": 0.0 }, "wall_0_wipe_dist": { "value": 0.0 }, - "fill_perimeter_gaps": { "value": "'everywhere'" }, "fill_outline_gaps": { "value": false }, "filter_out_tiny_gaps": { "value": false }, diff --git a/resources/definitions/cubicon_common.def.json b/resources/definitions/cubicon_common.def.json index 45491b943c..f700df7ae6 100644 --- a/resources/definitions/cubicon_common.def.json +++ b/resources/definitions/cubicon_common.def.json @@ -30,7 +30,6 @@ "default_value": "raft" }, "top_bottom_pattern": { "default_value": "lines" }, - "fill_perimeter_gaps": { "default_value": "everywhere" }, "infill_sparse_density": { "default_value": 20 }, "infill_before_walls": { "default_value": false }, "top_bottom_thickness": { diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 23beecb538..0d3d9a6bf2 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1366,19 +1366,6 @@ "enabled": "wall_min_flow > 0", "settable_per_mesh": true }, - "fill_perimeter_gaps": - { - "label": "Fill Gaps Between Walls", - "description": "Fills the gaps between walls where no walls fit.", - "type": "enum", - "options": { - "nowhere": "Nowhere", - "everywhere": "Everywhere" - }, - "default_value": "everywhere", - "limit_to_extruder": "wall_0_extruder_nr", - "settable_per_mesh": true - }, "filter_out_tiny_gaps": { "label": "Filter Out Tiny Gaps", diff --git a/resources/definitions/flyingbear_base.def.json b/resources/definitions/flyingbear_base.def.json index 84164c42f8..a472daa508 100644 --- a/resources/definitions/flyingbear_base.def.json +++ b/resources/definitions/flyingbear_base.def.json @@ -172,7 +172,6 @@ "wall_0_wipe_dist": { "value": 0.0 }, "top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3 if layer_height > 0.15 else 0.8" }, "optimize_wall_printing_order": { "value": true }, - "fill_perimeter_gaps": { "value": "'everywhere'" }, "filter_out_tiny_gaps": { "value": false }, "fill_outline_gaps": { "value": false }, "z_seam_type": { "value": "'sharpest_corner'" }, diff --git a/resources/definitions/koonovo_base.def.json b/resources/definitions/koonovo_base.def.json index acfd674ad1..b0791dd251 100644 --- a/resources/definitions/koonovo_base.def.json +++ b/resources/definitions/koonovo_base.def.json @@ -112,7 +112,6 @@ "minimum_support_area": { "value": 2 }, "minimum_interface_area": { "value": 10 }, - "fill_perimeter_gaps": { "value": "'everywhere'" }, "fill_outline_gaps": { "value": false }, "filter_out_tiny_gaps": { "value": false }, diff --git a/resources/definitions/koonovo_kn3.def.json b/resources/definitions/koonovo_kn3.def.json index 5d490a75fe..0750eec47a 100644 --- a/resources/definitions/koonovo_kn3.def.json +++ b/resources/definitions/koonovo_kn3.def.json @@ -129,7 +129,6 @@ "minimum_support_area": { "value": 2 }, "minimum_interface_area": { "value": 10 }, - "fill_perimeter_gaps": { "value": "'everywhere'" }, "fill_outline_gaps": { "value": false }, "filter_out_tiny_gaps": { "value": false }, diff --git a/resources/definitions/koonovo_kn5.def.json b/resources/definitions/koonovo_kn5.def.json index 3e0f3c8df5..16d34caf15 100644 --- a/resources/definitions/koonovo_kn5.def.json +++ b/resources/definitions/koonovo_kn5.def.json @@ -130,7 +130,6 @@ "minimum_support_area": { "value": 2 }, "minimum_interface_area": { "value": 10 }, - "fill_perimeter_gaps": { "value": "'everywhere'" }, "fill_outline_gaps": { "value": false }, "filter_out_tiny_gaps": { "value": false }, diff --git a/resources/definitions/tronxy_x.def.json b/resources/definitions/tronxy_x.def.json index a7326aff89..10b020267d 100644 --- a/resources/definitions/tronxy_x.def.json +++ b/resources/definitions/tronxy_x.def.json @@ -95,7 +95,6 @@ "infill_wipe_dist": { "value": 0.0 }, "wall_0_wipe_dist": { "value": 0.0 }, - "fill_perimeter_gaps": { "value": "'everywhere'" }, "fill_outline_gaps": { "value": false }, "filter_out_tiny_gaps": { "value": false }, diff --git a/resources/definitions/voron2_base.def.json b/resources/definitions/voron2_base.def.json index 7a9a6ee8aa..e7e81685b7 100644 --- a/resources/definitions/voron2_base.def.json +++ b/resources/definitions/voron2_base.def.json @@ -136,7 +136,6 @@ "layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" }, "line_width": { "value": "machine_nozzle_size * 1.125" }, "wall_line_width": { "value": "machine_nozzle_size" }, - "fill_perimeter_gaps": { "default_value": "nowhere" }, "fill_outline_gaps": { "default_value": true }, "meshfix_maximum_resolution": { "default_value": 0.01 }, "infill_before_walls": { "default_value": false }, diff --git a/resources/intent/liquid/liquid_vo0.4_ABS_Draft_Print_Quick.inst.cfg b/resources/intent/liquid/liquid_vo0.4_ABS_Draft_Print_Quick.inst.cfg index efbd6ebf23..ba7d63ffd9 100644 --- a/resources/intent/liquid/liquid_vo0.4_ABS_Draft_Print_Quick.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_ABS_Draft_Print_Quick.inst.cfg @@ -20,7 +20,6 @@ speed_wall_x = =speed_wall speed_layer_0 = 20 top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 2 -fill_perimeter_gaps = nowhere infill_sparse_density = 15 infill_line_width = =line_width jerk_print = 10 diff --git a/resources/intent/liquid/liquid_vo0.4_PETG_Draft_Print_Quick.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PETG_Draft_Print_Quick.inst.cfg index 6a80944e7a..8cd51751c4 100644 --- a/resources/intent/liquid/liquid_vo0.4_PETG_Draft_Print_Quick.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PETG_Draft_Print_Quick.inst.cfg @@ -20,7 +20,6 @@ speed_wall_x = =speed_wall speed_layer_0 = 20 top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 2 -fill_perimeter_gaps = nowhere infill_sparse_density = 15 infill_line_width = =line_width jerk_print = 15 diff --git a/resources/intent/liquid/liquid_vo0.4_PLA_Draft_Print_Quick.inst.cfg b/resources/intent/liquid/liquid_vo0.4_PLA_Draft_Print_Quick.inst.cfg index ba82f1c1e1..85078b32b7 100644 --- a/resources/intent/liquid/liquid_vo0.4_PLA_Draft_Print_Quick.inst.cfg +++ b/resources/intent/liquid/liquid_vo0.4_PLA_Draft_Print_Quick.inst.cfg @@ -20,7 +20,6 @@ speed_wall_x = =speed_wall speed_layer_0 = 20 top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 2 -fill_perimeter_gaps = nowhere infill_sparse_density = 15 infill_line_width = =line_width jerk_print = 15 diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print_Quick.inst.cfg index 90cc64ee16..7e97586beb 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_ABS_Draft_Print_Quick.inst.cfg @@ -20,7 +20,6 @@ speed_wall_x = =speed_wall speed_layer_0 = 20 top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 2 -fill_perimeter_gaps = nowhere infill_sparse_density = 15 infill_line_width = =line_width jerk_print = 30 diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print_Quick.inst.cfg index 99cfb80cbe..7f48355caf 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_PLA_Draft_Print_Quick.inst.cfg @@ -20,7 +20,6 @@ speed_wall_x = =speed_wall speed_layer_0 = 20 top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 2 -fill_perimeter_gaps = nowhere infill_sparse_density = 15 infill_line_width = =line_width jerk_print = 30 diff --git a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print_Quick.inst.cfg index ca24a65c56..13001cd9b1 100644 --- a/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s3/um_s3_aa0.4_TPLA_Draft_Print_Quick.inst.cfg @@ -20,7 +20,6 @@ speed_wall_x = =speed_wall speed_layer_0 = 20 top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 2 -fill_perimeter_gaps = nowhere infill_sparse_density = 15 infill_line_width = =line_width jerk_print = 30 diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print_Quick.inst.cfg index ec3bc33265..f7e57e8eb4 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_ABS_Draft_Print_Quick.inst.cfg @@ -20,7 +20,6 @@ speed_wall_x = =speed_wall speed_layer_0 = 20 top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 2 -fill_perimeter_gaps = nowhere infill_sparse_density = 15 infill_line_width = =line_width jerk_print = 30 diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print_Quick.inst.cfg index 10e80bf032..70bf78717f 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_PLA_Draft_Print_Quick.inst.cfg @@ -20,7 +20,6 @@ speed_wall_x = =speed_wall speed_layer_0 = 20 top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 2 -fill_perimeter_gaps = nowhere infill_sparse_density = 15 infill_line_width = =line_width jerk_print = 30 diff --git a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print_Quick.inst.cfg b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print_Quick.inst.cfg index 639a8411bb..e54132e992 100644 --- a/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print_Quick.inst.cfg +++ b/resources/intent/ultimaker_s5/um_s5_aa0.4_TPLA_Draft_Print_Quick.inst.cfg @@ -20,7 +20,6 @@ speed_wall_x = =speed_wall speed_layer_0 = 20 top_bottom_thickness = =wall_thickness wall_thickness = =line_width * 2 -fill_perimeter_gaps = nowhere infill_sparse_density = 15 infill_line_width = =line_width jerk_print = 30 diff --git a/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_brass0.4_abs_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_brass0.4_abs_natural_standard.inst.cfg index e79a5ac2f2..7469d1e9ba 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_brass0.4_abs_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_brass0.4_abs_natural_standard.inst.cfg @@ -21,7 +21,6 @@ wall_0_wipe_dist = 0.2 top_bottom_thickness = 0.8 top_bottom_pattern = lines optimize_wall_printing_order = True -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True z_seam_type = sharpest_corner z_seam_corner = hide_seam diff --git a/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_nozzlex0.4_abs_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_nozzlex0.4_abs_natural_standard.inst.cfg index e025bf001f..cb236e9425 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_nozzlex0.4_abs_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/abs/Leapfrog_Bolt_Pro_nozzlex0.4_abs_natural_standard.inst.cfg @@ -21,7 +21,6 @@ wall_0_wipe_dist = 0.2 top_bottom_thickness = 0.8 top_bottom_pattern = lines optimize_wall_printing_order = True -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True z_seam_type = sharpest_corner z_seam_corner = hide_seam diff --git a/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_brass0.4_epla_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_brass0.4_epla_natural_standard.inst.cfg index e15148439c..556bfe5d72 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_brass0.4_epla_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_brass0.4_epla_natural_standard.inst.cfg @@ -21,7 +21,6 @@ wall_0_wipe_dist = 0.2 top_bottom_thickness = 0.8 top_bottom_pattern = lines optimize_wall_printing_order = True -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True z_seam_type = sharpest_corner z_seam_corner = hide_seam diff --git a/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_nozzlex0.4_epla_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_nozzlex0.4_epla_natural_standard.inst.cfg index 7753346dc4..2d1682901f 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_nozzlex0.4_epla_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/epla/Leapfrog_Bolt_Pro_nozzlex0.4_epla_natural_standard.inst.cfg @@ -21,7 +21,6 @@ wall_0_wipe_dist = 0.2 top_bottom_thickness = 0.8 top_bottom_pattern = lines optimize_wall_printing_order = True -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True z_seam_type = sharpest_corner z_seam_corner = hide_seam diff --git a/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_brass0.4_pva_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_brass0.4_pva_natural_standard.inst.cfg index 7110a05ec3..65636f0798 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_brass0.4_pva_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_brass0.4_pva_natural_standard.inst.cfg @@ -21,7 +21,6 @@ wall_0_wipe_dist = 0.2 top_bottom_thickness = 0.8 top_bottom_pattern = lines optimize_wall_printing_order = True -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True z_seam_type = sharpest_corner z_seam_corner = hide_seam diff --git a/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_nozzlex0.4_pva_natural_standard.inst.cfg b/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_nozzlex0.4_pva_natural_standard.inst.cfg index 248026b8be..e819b69aa9 100644 --- a/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_nozzlex0.4_pva_natural_standard.inst.cfg +++ b/resources/quality/Leapfrog_Bolt_Pro/pva/Leapfrog_Bolt_Pro_nozzlex0.4_pva_natural_standard.inst.cfg @@ -21,7 +21,6 @@ wall_0_wipe_dist = 0.2 top_bottom_thickness = 0.8 top_bottom_pattern = lines optimize_wall_printing_order = True -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True z_seam_type = sharpest_corner z_seam_corner = hide_seam diff --git a/resources/quality/cartesio/abs/cartesio_0.25_abs_high.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.25_abs_high.inst.cfg index 5a2875d655..2b069f4df1 100644 --- a/resources/quality/cartesio/abs/cartesio_0.25_abs_high.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.25_abs_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/abs/cartesio_0.25_abs_normal.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.25_abs_normal.inst.cfg index fc3a54841d..1104006af2 100644 --- a/resources/quality/cartesio/abs/cartesio_0.25_abs_normal.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.25_abs_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/abs/cartesio_0.4_abs_high.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.4_abs_high.inst.cfg index df49ec167f..5f7078b90c 100644 --- a/resources/quality/cartesio/abs/cartesio_0.4_abs_high.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.4_abs_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/abs/cartesio_0.4_abs_normal.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.4_abs_normal.inst.cfg index 50b317a0c7..3ff9865945 100644 --- a/resources/quality/cartesio/abs/cartesio_0.4_abs_normal.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.4_abs_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/abs/cartesio_0.8_abs_coarse.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.8_abs_coarse.inst.cfg index bb9ea57545..d5907905c6 100644 --- a/resources/quality/cartesio/abs/cartesio_0.8_abs_coarse.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.8_abs_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/abs/cartesio_0.8_abs_extra_coarse.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.8_abs_extra_coarse.inst.cfg index c2775c821d..81e75d4e45 100644 --- a/resources/quality/cartesio/abs/cartesio_0.8_abs_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.8_abs_extra_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/abs/cartesio_0.8_abs_high.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.8_abs_high.inst.cfg index 566013fa35..b76fc5c249 100644 --- a/resources/quality/cartesio/abs/cartesio_0.8_abs_high.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.8_abs_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/abs/cartesio_0.8_abs_normal.inst.cfg b/resources/quality/cartesio/abs/cartesio_0.8_abs_normal.inst.cfg index 637e191db0..0c70269fb8 100644 --- a/resources/quality/cartesio/abs/cartesio_0.8_abs_normal.inst.cfg +++ b/resources/quality/cartesio/abs/cartesio_0.8_abs_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_high.inst.cfg b/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_high.inst.cfg index c8df783173..96d62466bb 100644 --- a/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_high.inst.cfg +++ b/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_normal.inst.cfg b/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_normal.inst.cfg index 8e86e3f948..c6040f34a0 100644 --- a/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_normal.inst.cfg +++ b/resources/quality/cartesio/arnitel/cartesio_0.4_arnitel2045_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/hips/cartesio_0.25_hips_high.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.25_hips_high.inst.cfg index 59ced391e4..116a304d40 100644 --- a/resources/quality/cartesio/hips/cartesio_0.25_hips_high.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.25_hips_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/hips/cartesio_0.25_hips_normal.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.25_hips_normal.inst.cfg index c670b903d5..36e266a988 100644 --- a/resources/quality/cartesio/hips/cartesio_0.25_hips_normal.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.25_hips_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/hips/cartesio_0.4_hips_high.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.4_hips_high.inst.cfg index 67eb3d219c..b33ec8f1d6 100644 --- a/resources/quality/cartesio/hips/cartesio_0.4_hips_high.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.4_hips_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/hips/cartesio_0.4_hips_normal.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.4_hips_normal.inst.cfg index 21ca181305..3909d71ab2 100644 --- a/resources/quality/cartesio/hips/cartesio_0.4_hips_normal.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.4_hips_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/hips/cartesio_0.8_hips_coarse.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.8_hips_coarse.inst.cfg index 4ff723b005..1455c1c005 100644 --- a/resources/quality/cartesio/hips/cartesio_0.8_hips_coarse.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.8_hips_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/hips/cartesio_0.8_hips_extra_coarse.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.8_hips_extra_coarse.inst.cfg index 07368a2cd0..32c830fce9 100644 --- a/resources/quality/cartesio/hips/cartesio_0.8_hips_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.8_hips_extra_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/hips/cartesio_0.8_hips_high.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.8_hips_high.inst.cfg index d4666cc04c..9d35ae882c 100644 --- a/resources/quality/cartesio/hips/cartesio_0.8_hips_high.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.8_hips_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/hips/cartesio_0.8_hips_normal.inst.cfg b/resources/quality/cartesio/hips/cartesio_0.8_hips_normal.inst.cfg index 1af3f77c9a..43b2dc5c8a 100644 --- a/resources/quality/cartesio/hips/cartesio_0.8_hips_normal.inst.cfg +++ b/resources/quality/cartesio/hips/cartesio_0.8_hips_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/nylon/cartesio_0.25_nylon_high.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.25_nylon_high.inst.cfg index ce6c90b4a0..d3de2ae771 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.25_nylon_high.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.25_nylon_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/nylon/cartesio_0.25_nylon_normal.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.25_nylon_normal.inst.cfg index 693e8864ca..3a838a02c7 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.25_nylon_normal.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.25_nylon_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/nylon/cartesio_0.4_nylon_high.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.4_nylon_high.inst.cfg index 68776ebe83..affc954df8 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.4_nylon_high.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.4_nylon_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/nylon/cartesio_0.4_nylon_normal.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.4_nylon_normal.inst.cfg index 14daa96705..4d95d09916 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.4_nylon_normal.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.4_nylon_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_coarse.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_coarse.inst.cfg index 20feb28b2a..91bbddbadd 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_coarse.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_extra_coarse.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_extra_coarse.inst.cfg index c6ddedad4c..9a5631beff 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_extra_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_high.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_high.inst.cfg index 2d0791bc05..259c1802c3 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_high.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_normal.inst.cfg b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_normal.inst.cfg index e123dc9a09..b748bf41cd 100644 --- a/resources/quality/cartesio/nylon/cartesio_0.8_nylon_normal.inst.cfg +++ b/resources/quality/cartesio/nylon/cartesio_0.8_nylon_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pc/cartesio_0.25_pc_high.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.25_pc_high.inst.cfg index c8750c4d6b..b0e0794c97 100644 --- a/resources/quality/cartesio/pc/cartesio_0.25_pc_high.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.25_pc_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pc/cartesio_0.25_pc_normal.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.25_pc_normal.inst.cfg index 250b6b603a..4a6b4690f5 100644 --- a/resources/quality/cartesio/pc/cartesio_0.25_pc_normal.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.25_pc_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pc/cartesio_0.4_pc_high.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.4_pc_high.inst.cfg index f682fbca21..08a465b714 100644 --- a/resources/quality/cartesio/pc/cartesio_0.4_pc_high.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.4_pc_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pc/cartesio_0.4_pc_normal.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.4_pc_normal.inst.cfg index 4e4ddb2f04..6d6a3de06d 100644 --- a/resources/quality/cartesio/pc/cartesio_0.4_pc_normal.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.4_pc_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pc/cartesio_0.8_pc_coarse.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.8_pc_coarse.inst.cfg index 737c1d0fed..34d4204fec 100644 --- a/resources/quality/cartesio/pc/cartesio_0.8_pc_coarse.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.8_pc_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pc/cartesio_0.8_pc_extra_coarse.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.8_pc_extra_coarse.inst.cfg index 39bb156980..a5d541e757 100644 --- a/resources/quality/cartesio/pc/cartesio_0.8_pc_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.8_pc_extra_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pc/cartesio_0.8_pc_high.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.8_pc_high.inst.cfg index de7548f693..d0a944bb43 100644 --- a/resources/quality/cartesio/pc/cartesio_0.8_pc_high.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.8_pc_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pc/cartesio_0.8_pc_normal.inst.cfg b/resources/quality/cartesio/pc/cartesio_0.8_pc_normal.inst.cfg index ee40a27a7a..9a652383f2 100644 --- a/resources/quality/cartesio/pc/cartesio_0.8_pc_normal.inst.cfg +++ b/resources/quality/cartesio/pc/cartesio_0.8_pc_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/petg/cartesio_0.25_petg_high.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.25_petg_high.inst.cfg index a313b08887..cd29747040 100644 --- a/resources/quality/cartesio/petg/cartesio_0.25_petg_high.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.25_petg_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/petg/cartesio_0.25_petg_normal.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.25_petg_normal.inst.cfg index e830d7a13b..90d7cd1b3a 100644 --- a/resources/quality/cartesio/petg/cartesio_0.25_petg_normal.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.25_petg_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/petg/cartesio_0.4_petg_high.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.4_petg_high.inst.cfg index 04fa7b25cf..9d8231e8c0 100644 --- a/resources/quality/cartesio/petg/cartesio_0.4_petg_high.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.4_petg_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/petg/cartesio_0.4_petg_normal.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.4_petg_normal.inst.cfg index 0b670241fa..ba11545751 100644 --- a/resources/quality/cartesio/petg/cartesio_0.4_petg_normal.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.4_petg_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/petg/cartesio_0.8_petg_coarse.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.8_petg_coarse.inst.cfg index cb77f2f1e3..f6dfc3a653 100644 --- a/resources/quality/cartesio/petg/cartesio_0.8_petg_coarse.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.8_petg_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/petg/cartesio_0.8_petg_extra_coarse.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.8_petg_extra_coarse.inst.cfg index 33db89deef..b8681a1576 100644 --- a/resources/quality/cartesio/petg/cartesio_0.8_petg_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.8_petg_extra_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/petg/cartesio_0.8_petg_high.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.8_petg_high.inst.cfg index 176e35d42a..30685201f9 100644 --- a/resources/quality/cartesio/petg/cartesio_0.8_petg_high.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.8_petg_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 50 infill_pattern = grid diff --git a/resources/quality/cartesio/petg/cartesio_0.8_petg_normal.inst.cfg b/resources/quality/cartesio/petg/cartesio_0.8_petg_normal.inst.cfg index 06b62a06c7..eaabaf4be2 100644 --- a/resources/quality/cartesio/petg/cartesio_0.8_petg_normal.inst.cfg +++ b/resources/quality/cartesio/petg/cartesio_0.8_petg_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pla/cartesio_0.25_pla_high.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.25_pla_high.inst.cfg index a15e67d56d..57ed11df48 100644 --- a/resources/quality/cartesio/pla/cartesio_0.25_pla_high.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.25_pla_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pla/cartesio_0.25_pla_normal.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.25_pla_normal.inst.cfg index 17905dc539..28ed36c977 100644 --- a/resources/quality/cartesio/pla/cartesio_0.25_pla_normal.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.25_pla_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pla/cartesio_0.4_pla_high.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.4_pla_high.inst.cfg index b930e49046..7b4c6be5a3 100644 --- a/resources/quality/cartesio/pla/cartesio_0.4_pla_high.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.4_pla_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pla/cartesio_0.4_pla_normal.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.4_pla_normal.inst.cfg index b47cbf689b..ce12b97f60 100644 --- a/resources/quality/cartesio/pla/cartesio_0.4_pla_normal.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.4_pla_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pla/cartesio_0.8_pla_coarse.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.8_pla_coarse.inst.cfg index 7543e4f7eb..1ab58f3bc8 100644 --- a/resources/quality/cartesio/pla/cartesio_0.8_pla_coarse.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.8_pla_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pla/cartesio_0.8_pla_extra_coarse.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.8_pla_extra_coarse.inst.cfg index d90aed849c..02e2d717c7 100644 --- a/resources/quality/cartesio/pla/cartesio_0.8_pla_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.8_pla_extra_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pla/cartesio_0.8_pla_high.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.8_pla_high.inst.cfg index 126bbc8ab1..6b57c0a06b 100644 --- a/resources/quality/cartesio/pla/cartesio_0.8_pla_high.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.8_pla_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pla/cartesio_0.8_pla_normal.inst.cfg b/resources/quality/cartesio/pla/cartesio_0.8_pla_normal.inst.cfg index fa1599ba4f..cf8f1979a0 100644 --- a/resources/quality/cartesio/pla/cartesio_0.8_pla_normal.inst.cfg +++ b/resources/quality/cartesio/pla/cartesio_0.8_pla_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pva/cartesio_0.25_pva_high.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.25_pva_high.inst.cfg index d2a08e9095..34dd293908 100644 --- a/resources/quality/cartesio/pva/cartesio_0.25_pva_high.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.25_pva_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pva/cartesio_0.25_pva_normal.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.25_pva_normal.inst.cfg index 6879e19212..3b6d872395 100644 --- a/resources/quality/cartesio/pva/cartesio_0.25_pva_normal.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.25_pva_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.3 wall_thickness = 1 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pva/cartesio_0.4_pva_high.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.4_pva_high.inst.cfg index 8c09cd0b7a..312d252ee5 100644 --- a/resources/quality/cartesio/pva/cartesio_0.4_pva_high.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.4_pva_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pva/cartesio_0.4_pva_normal.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.4_pva_normal.inst.cfg index d9f3e60ef7..6ed5fedad4 100644 --- a/resources/quality/cartesio/pva/cartesio_0.4_pva_normal.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.4_pva_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.5 wall_thickness = 1.2 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pva/cartesio_0.8_pva_coarse.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.8_pva_coarse.inst.cfg index 9c49387ec1..51985c13d1 100644 --- a/resources/quality/cartesio/pva/cartesio_0.8_pva_coarse.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.8_pva_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pva/cartesio_0.8_pva_extra_coarse.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.8_pva_extra_coarse.inst.cfg index 7ab817c6bc..ae5880e0ab 100644 --- a/resources/quality/cartesio/pva/cartesio_0.8_pva_extra_coarse.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.8_pva_extra_coarse.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = =layer_height * 3 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pva/cartesio_0.8_pva_high.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.8_pva_high.inst.cfg index a12dd8d905..575478e6d6 100644 --- a/resources/quality/cartesio/pva/cartesio_0.8_pva_high.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.8_pva_high.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/cartesio/pva/cartesio_0.8_pva_normal.inst.cfg b/resources/quality/cartesio/pva/cartesio_0.8_pva_normal.inst.cfg index 6f5c1a325f..5f977c6910 100644 --- a/resources/quality/cartesio/pva/cartesio_0.8_pva_normal.inst.cfg +++ b/resources/quality/cartesio/pva/cartesio_0.8_pva_normal.inst.cfg @@ -17,7 +17,6 @@ infill_line_width = 0.9 wall_thickness = 2.4 top_bottom_thickness = 0.8 wall_0_inset = -0.05 -fill_perimeter_gaps = nowhere infill_sparse_density = 40 infill_pattern = grid diff --git a/resources/quality/key3d/key3d_tyro_best.inst.cfg b/resources/quality/key3d/key3d_tyro_best.inst.cfg index 91c4d1ee9d..5e5dff29b6 100644 --- a/resources/quality/key3d/key3d_tyro_best.inst.cfg +++ b/resources/quality/key3d/key3d_tyro_best.inst.cfg @@ -31,7 +31,6 @@ optimize_wall_printing_order = False outer_inset_first = False alternate_extra_perimeter = False wall_min_flow = 0 -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True fill_outline_gaps = True xy_offset = 0 diff --git a/resources/quality/key3d/key3d_tyro_fast.inst.cfg b/resources/quality/key3d/key3d_tyro_fast.inst.cfg index a00637d2bd..c9d77de6fe 100644 --- a/resources/quality/key3d/key3d_tyro_fast.inst.cfg +++ b/resources/quality/key3d/key3d_tyro_fast.inst.cfg @@ -30,7 +30,6 @@ optimize_wall_printing_order = False outer_inset_first = False alternate_extra_perimeter = False wall_min_flow = 0 -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True fill_outline_gaps = True xy_offset = 0 diff --git a/resources/quality/key3d/key3d_tyro_normal.inst.cfg b/resources/quality/key3d/key3d_tyro_normal.inst.cfg index daaa749d02..5b528763c8 100644 --- a/resources/quality/key3d/key3d_tyro_normal.inst.cfg +++ b/resources/quality/key3d/key3d_tyro_normal.inst.cfg @@ -30,7 +30,6 @@ optimize_wall_printing_order = False outer_inset_first = False alternate_extra_perimeter = False wall_min_flow = 0 -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True fill_outline_gaps = True xy_offset = 0 diff --git a/resources/quality/nwa3d_a31/nwa3d_a31_best.inst.cfg b/resources/quality/nwa3d_a31/nwa3d_a31_best.inst.cfg index f6d0b5303e..b30422c085 100644 --- a/resources/quality/nwa3d_a31/nwa3d_a31_best.inst.cfg +++ b/resources/quality/nwa3d_a31/nwa3d_a31_best.inst.cfg @@ -32,7 +32,6 @@ optimize_wall_printing_order = False outer_inset_first = False alternate_extra_perimeter = False wall_min_flow = 0 -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True fill_outline_gaps = True xy_offset = 0 diff --git a/resources/quality/nwa3d_a31/nwa3d_a31_e.inst.cfg b/resources/quality/nwa3d_a31/nwa3d_a31_e.inst.cfg index 8587812776..4c4c6b53a2 100644 --- a/resources/quality/nwa3d_a31/nwa3d_a31_e.inst.cfg +++ b/resources/quality/nwa3d_a31/nwa3d_a31_e.inst.cfg @@ -29,7 +29,6 @@ optimize_wall_printing_order = False outer_inset_first = False alternate_extra_perimeter = False wall_min_flow = 0 -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True fill_outline_gaps = True xy_offset = 0 diff --git a/resources/quality/nwa3d_a31/nwa3d_a31_fast.inst.cfg b/resources/quality/nwa3d_a31/nwa3d_a31_fast.inst.cfg index 14fa0ee796..cf2341a3d2 100644 --- a/resources/quality/nwa3d_a31/nwa3d_a31_fast.inst.cfg +++ b/resources/quality/nwa3d_a31/nwa3d_a31_fast.inst.cfg @@ -32,7 +32,6 @@ optimize_wall_printing_order = False outer_inset_first = False alternate_extra_perimeter = False wall_min_flow = 0 -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True fill_outline_gaps = True xy_offset = 0 diff --git a/resources/quality/nwa3d_a31/nwa3d_a31_normal.inst.cfg b/resources/quality/nwa3d_a31/nwa3d_a31_normal.inst.cfg index 49ca6da156..7e07be25fd 100644 --- a/resources/quality/nwa3d_a31/nwa3d_a31_normal.inst.cfg +++ b/resources/quality/nwa3d_a31/nwa3d_a31_normal.inst.cfg @@ -31,7 +31,6 @@ optimize_wall_printing_order = False outer_inset_first = False alternate_extra_perimeter = False wall_min_flow = 0 -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True fill_outline_gaps = True xy_offset = 0 diff --git a/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg b/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg index 435630c44a..ad1a028fe2 100644 --- a/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg +++ b/resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg @@ -30,7 +30,6 @@ optimize_wall_printing_order = False outer_inset_first = False alternate_extra_perimeter = False wall_min_flow = 0 -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True fill_outline_gaps = True xy_offset = 0 diff --git a/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg b/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg index 51323e2c55..73a9e9c3bd 100644 --- a/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg +++ b/resources/quality/nwa3d_a5/nwa3d_a5_fast.inst.cfg @@ -30,7 +30,6 @@ optimize_wall_printing_order = False outer_inset_first = False alternate_extra_perimeter = False wall_min_flow = 0 -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True fill_outline_gaps = True xy_offset = 0 diff --git a/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg b/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg index 61ea9c7406..a667489ac3 100644 --- a/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg +++ b/resources/quality/nwa3d_a5/nwa3d_a5_normal.inst.cfg @@ -30,7 +30,6 @@ optimize_wall_printing_order = False outer_inset_first = False alternate_extra_perimeter = False wall_min_flow = 0 -fill_perimeter_gaps = everywhere filter_out_tiny_gaps = True fill_outline_gaps = True xy_offset = 0 diff --git a/resources/setting_visibility/advanced.cfg b/resources/setting_visibility/advanced.cfg index d3ed1094a6..04f254e55d 100644 --- a/resources/setting_visibility/advanced.cfg +++ b/resources/setting_visibility/advanced.cfg @@ -28,7 +28,6 @@ top_layers bottom_thickness bottom_layers optimize_wall_printing_order -fill_perimeter_gaps xy_offset ironing_enabled diff --git a/resources/setting_visibility/expert.cfg b/resources/setting_visibility/expert.cfg index 59c8c0a790..e8206f03f2 100644 --- a/resources/setting_visibility/expert.cfg +++ b/resources/setting_visibility/expert.cfg @@ -43,7 +43,6 @@ wall_0_inset optimize_wall_printing_order outer_inset_first alternate_extra_perimeter -fill_perimeter_gaps filter_out_tiny_gaps fill_outline_gaps xy_offset