Partial revert: Don't remove 'Print Thin Walls'.

It still makes sense, even in a libArachne/Variable Line Width sense.

CURA-7148
This commit is contained in:
Remco Burema 2020-12-10 12:49:00 +01:00
parent 77c39247f9
commit db33f67666
No known key found for this signature in database
GPG Key ID: 215C49431D43F98C
58 changed files with 64 additions and 4 deletions

View File

@ -10,8 +10,7 @@ _removed_settings = {
"travel_compensate_overlapping_walls_enabled",
"travel_compensate_overlapping_walls_0_enabled",
"travel_compensate_overlapping_walls_x_enabled",
"fill_perimeter_gaps",
"fill_outline_gaps"
"fill_perimeter_gaps"
}

View File

@ -86,6 +86,7 @@
"infill_wipe_dist": { "value": 0 },
"wall_0_wipe_dist": { "value": 0.2 },
"fill_outline_gaps": { "value": false },
"filter_out_tiny_gaps": { "value": true },
"retraction_speed": {

View File

@ -191,6 +191,7 @@
"infill_wipe_dist": { "value": 0.0 },
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
"filter_out_tiny_gaps": { "value": false },
"retraction_speed": {

View File

@ -258,6 +258,7 @@
"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_outline_gaps": { "value": "True" },
"meshfix_maximum_resolution": { "value": "0.01" },
"meshfix_maximum_deviation": { "value": "layer_height / 2" },
"infill_before_walls": { "value": "False" },

View File

@ -95,6 +95,8 @@
"skin_overlap": { "value": 10.0 },
"infill_wipe_dist": { "value": 0.0 },
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
"filter_out_tiny_gaps": { "value": false },
"retraction_speed": {

View File

@ -45,6 +45,9 @@
"machine_gcode_flavor": {
"default_value": "RepRap (RepRap)"
},
"fill_outline_gaps": {
"value": true
},
"retraction_speed": {
"default_value": 85,
"maximum_value_warning": 130

View File

@ -195,6 +195,7 @@
"infill_wipe_dist": { "value": 0.0 },
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
"filter_out_tiny_gaps": { "value": false },
"retraction_speed": {

View File

@ -1385,7 +1385,7 @@
"maximum_value": "wall_line_width_0",
"type": "float",
"limit_to_extruder": "wall_0_extruder_nr",
"enabled": true
"enabled": "fill_outline_gaps"
},
"min_bead_width":
{
@ -1398,7 +1398,7 @@
"maximum_value_warning": "wall_line_width_0",
"type": "float",
"limit_to_extruder": "wall_0_extruder_nr",
"enabled": true
"enabled": "fill_outline_gaps"
},
"xy_offset":
{

View File

@ -173,6 +173,7 @@
"top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3 if layer_height > 0.15 else 0.8" },
"optimize_wall_printing_order": { "value": true },
"filter_out_tiny_gaps": { "value": false },
"fill_outline_gaps": { "value": false },
"z_seam_type": { "value": "'sharpest_corner'" },
"z_seam_corner": { "value": "'z_seam_corner_weighted'" },

View File

@ -92,6 +92,7 @@
"outer_inset_first": {"value": true },
"alternate_extra_perimeter": {"value": false },
"filter_out_tiny_gaps": {"value": true },
"fill_outline_gaps": {"value": true },
"z_seam_type": {"value": "'shortest'"},
"z_seam_x": {"value": "300"},
"z_seam_y": {"value": "325"},

View File

@ -112,6 +112,7 @@
"minimum_support_area": { "value": 2 },
"minimum_interface_area": { "value": 10 },
"fill_outline_gaps": { "value": false },
"filter_out_tiny_gaps": { "value": false },
"adhesion_type": { "value": "'skirt'" },

View File

@ -129,6 +129,7 @@
"minimum_support_area": { "value": 2 },
"minimum_interface_area": { "value": 10 },
"fill_outline_gaps": { "value": false },
"filter_out_tiny_gaps": { "value": false },
"adhesion_type": { "value": "'skirt'" },

View File

@ -130,6 +130,7 @@
"minimum_support_area": { "value": 2 },
"minimum_interface_area": { "value": 10 },
"fill_outline_gaps": { "value": false },
"filter_out_tiny_gaps": { "value": false },
"adhesion_type": { "value": "'skirt'" },

View File

@ -26,6 +26,7 @@
"acceleration_travel":{"value":1000},
"acceleration_travel_layer_0":{"value":1000.0},
"expand_skins_expand_distance":{"value":0.8},
"fill_outline_gaps":{"default_value":false},
"infill_sparse_density":{"value":15},
"meshfix_maximum_resolution":{"value":0.25},
"optimize_wall_printing_order":{"value":true},

View File

@ -590,6 +590,9 @@
"jerk_roofing": {
"value": "10"
},
"fill_outline_gaps": {
"default_value": true
},
"layer_height": {
"default_value": 0.2
},

View File

@ -47,6 +47,7 @@
"adhesion_type": { "default_value": "skirt" },
"skirt_line_count": {"default_value": 2},
"skirt_gap": { "default_value": 2},
"fill_outline_gaps": { "default_value": true},
"infill_sparse_density": { "default_value": 15},
"retraction_amount": { "default_value": 2.5},
"retraction_speed": { "default_value": 30},

View File

@ -95,6 +95,7 @@
"infill_wipe_dist": { "value": 0.0 },
"wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false },
"filter_out_tiny_gaps": { "value": false },
"retraction_speed": {

View File

@ -136,6 +136,7 @@
"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_outline_gaps": { "default_value": true },
"meshfix_maximum_resolution": { "default_value": 0.01 },
"infill_before_walls": { "default_value": false },
"zig_zaggify_infill": { "value": true },

View File

@ -55,6 +55,7 @@
"cool_fan_speed": { "value": "100" },
"cool_fan_speed_max": { "value": "100" },
"cool_min_speed": { "value": "5" },
"fill_outline_gaps": { "value": "True" },
"infill_overlap": { "value": "0" },
"min_infill_area": { "value": "1" },
"min_skin_width_for_expansion": { "value": "2" },

View File

@ -55,6 +55,7 @@
"cool_fan_speed": { "value": "100" },
"cool_fan_speed_max": { "value": "100" },
"cool_min_speed": { "value": "5" },
"fill_outline_gaps": { "value": "True" },
"infill_overlap": { "value": "0" },
"min_infill_area": { "value": "1" },
"min_skin_width_for_expansion": { "value": "2" },

View File

@ -55,6 +55,7 @@
"cool_fan_speed": { "value": "100" },
"cool_fan_speed_max": { "value": "100" },
"cool_min_speed": { "value": "5" },
"fill_outline_gaps": { "value": "True" },
"infill_overlap": { "value": "0" },
"min_infill_area": { "value": "1" },
"min_skin_width_for_expansion": { "value": "2" },

View File

@ -16,6 +16,7 @@ layer_height_0 = 0.1
adhesion_type = raft
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_angles = [0,90 ]
infill_sparse_density = 15
retraction_min_travel = 0.8

View File

@ -16,6 +16,7 @@ layer_height_0 = 0.1
adhesion_type = raft
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_angles = [0,90 ]
infill_sparse_density = 15
retraction_min_travel = 0.8

View File

@ -16,6 +16,7 @@ layer_height_0 = 0.1
adhesion_type = raft
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_angles = [0,90 ]
infill_sparse_density = 15
retraction_min_travel = 0.8

View File

@ -32,6 +32,7 @@ outer_inset_first = False
alternate_extra_perimeter = False
wall_min_flow = 0
filter_out_tiny_gaps = True
fill_outline_gaps = True
xy_offset = 0
skin_no_small_gaps_heuristic = True
skin_outline_count = 1

View File

@ -31,6 +31,7 @@ outer_inset_first = False
alternate_extra_perimeter = False
wall_min_flow = 0
filter_out_tiny_gaps = True
fill_outline_gaps = True
xy_offset = 0
skin_no_small_gaps_heuristic = True
skin_outline_count = 1

View File

@ -31,6 +31,7 @@ outer_inset_first = False
alternate_extra_perimeter = False
wall_min_flow = 0
filter_out_tiny_gaps = True
fill_outline_gaps = True
xy_offset = 0
skin_no_small_gaps_heuristic = True
skin_outline_count = 1

View File

@ -33,6 +33,7 @@ outer_inset_first = False
alternate_extra_perimeter = False
wall_min_flow = 0
filter_out_tiny_gaps = True
fill_outline_gaps = True
xy_offset = 0
skin_no_small_gaps_heuristic = True
skin_outline_count = 1

View File

@ -30,6 +30,7 @@ outer_inset_first = False
alternate_extra_perimeter = False
wall_min_flow = 0
filter_out_tiny_gaps = True
fill_outline_gaps = True
xy_offset = 0
skin_no_small_gaps_heuristic = True
skin_outline_count = 1

View File

@ -33,6 +33,7 @@ outer_inset_first = False
alternate_extra_perimeter = False
wall_min_flow = 0
filter_out_tiny_gaps = True
fill_outline_gaps = True
xy_offset = 0
skin_no_small_gaps_heuristic = True
skin_outline_count = 1

View File

@ -32,6 +32,7 @@ outer_inset_first = False
alternate_extra_perimeter = False
wall_min_flow = 0
filter_out_tiny_gaps = True
fill_outline_gaps = True
xy_offset = 0
skin_no_small_gaps_heuristic = True
skin_outline_count = 1

View File

@ -31,6 +31,7 @@ outer_inset_first = False
alternate_extra_perimeter = False
wall_min_flow = 0
filter_out_tiny_gaps = True
fill_outline_gaps = True
xy_offset = 0
skin_no_small_gaps_heuristic = True
skin_outline_count = 1

View File

@ -31,6 +31,7 @@ outer_inset_first = False
alternate_extra_perimeter = False
wall_min_flow = 0
filter_out_tiny_gaps = True
fill_outline_gaps = True
xy_offset = 0
skin_no_small_gaps_heuristic = True
skin_outline_count = 1

View File

@ -31,6 +31,7 @@ outer_inset_first = False
alternate_extra_perimeter = False
wall_min_flow = 0
filter_out_tiny_gaps = True
fill_outline_gaps = True
xy_offset = 0
skin_no_small_gaps_heuristic = True
skin_outline_count = 1

View File

@ -27,6 +27,7 @@ support_angle = 70
adhesion_type = skirt
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_sparse_density = 15
material_diameter = 1.75
retraction_min_travel = 2

View File

@ -27,6 +27,7 @@ support_angle = 70
adhesion_type = skirt
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_sparse_density = 15
material_diameter = 1.75
retraction_min_travel = 2

View File

@ -27,6 +27,7 @@ support_angle = 70
adhesion_type = skirt
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_sparse_density = 15
material_diameter = 1.75
retraction_min_travel = 2

View File

@ -27,6 +27,7 @@ support_angle = 70
adhesion_type = skirt
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_sparse_density = 15
material_diameter = 1.75
retraction_min_travel = 2

View File

@ -27,6 +27,7 @@ support_angle = 70
adhesion_type = skirt
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_sparse_density = 15
material_diameter = 1.75
retraction_min_travel = 2

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -15,6 +15,7 @@ variant = Classic Extruder
cool_fan_speed_0 = 100
cool_min_layer_time = 10
default_material_print_temperature = 210
fill_outline_gaps = True
infill_angles = []
infill_sparse_density = 15
material_final_print_temperature = 210

View File

@ -17,6 +17,7 @@ adhesion_extruder_nr = 1
adhesion_type = skirt
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_sparse_density = 15
retraction_min_travel = 2
speed_print = 30

View File

@ -36,6 +36,7 @@ speed_topbottom = 45
support_angle = 70
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_sparse_density = 15
material_diameter = 1.75
retraction_min_travel = 2

View File

@ -36,6 +36,7 @@ speed_topbottom = 45
support_angle = 70
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_sparse_density = 15
material_diameter = 1.75
retraction_min_travel = 2

View File

@ -23,6 +23,7 @@ support_angle = 70
adhesion_type = skirt
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_sparse_density = 15
material_diameter = 1.75
retraction_min_travel = 2

View File

@ -23,6 +23,7 @@ support_angle = 70
adhesion_type = skirt
skirt_line_count = 2
skirt_gap = 2
fill_outline_gaps = True
infill_sparse_density = 15
material_diameter = 1.75
retraction_min_travel = 2

View File

@ -44,6 +44,7 @@ optimize_wall_printing_order
outer_inset_first
alternate_extra_perimeter
filter_out_tiny_gaps
fill_outline_gaps
xy_offset
xy_offset_layer_0
hole_xy_offset