Merge pull request #19424 from Ultimaker/PP-504-Profile-correction-for-5.8-release

Profile corrections for final 5.8 release
This commit is contained in:
Jaime van Kessel 2024-07-25 10:31:58 +02:00 committed by GitHub
commit e02c8b8bc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
103 changed files with 21 additions and 185 deletions

View File

@ -129,7 +129,6 @@
"support_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" }, "support_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" },
"support_tower_maximum_supported_diameter": { "value": "support_tower_diameter" }, "support_tower_maximum_supported_diameter": { "value": "support_tower_diameter" },
"support_tower_roof_angle": { "value": "0 if support_interface_enable else 65" }, "support_tower_roof_angle": { "value": "0 if support_interface_enable else 65" },
"support_use_towers": { "value": false },
"support_wall_count": { "value": "1 if support_structure == 'tree' else 0" }, "support_wall_count": { "value": "1 if support_structure == 'tree' else 0" },
"support_xy_distance_overhang": { "value": "0.2" }, "support_xy_distance_overhang": { "value": "0.2" },
"support_z_distance": { "value": "0" }, "support_z_distance": { "value": "0" },
@ -139,7 +138,8 @@
"wall_x_material_flow_layer_0": { "value": "0.95 * material_flow_layer_0" }, "wall_x_material_flow_layer_0": { "value": "0.95 * material_flow_layer_0" },
"xy_offset": { "value": "-layer_height * 0.1" }, "xy_offset": { "value": "-layer_height * 0.1" },
"xy_offset_layer_0": { "value": "-wall_line_width_0 / 5 + xy_offset" }, "xy_offset_layer_0": { "value": "-wall_line_width_0 / 5 + xy_offset" },
"z_seam_corner": { "value": "'z_seam_corner_none'" }, "z_seam_corner": { "value": "'z_seam_corner_weighted'" },
"z_seam_relative": { "value": "True" },
"zig_zaggify_support": { "value": true } "zig_zaggify_support": { "value": true }
} }
} }

View File

@ -405,6 +405,7 @@
"support_interface_enable": { "value": true }, "support_interface_enable": { "value": true },
"support_interface_height": { "value": "4*support_infill_sparse_thickness" }, "support_interface_height": { "value": "4*support_infill_sparse_thickness" },
"support_interface_material_flow": { "value": "material_flow" }, "support_interface_material_flow": { "value": "material_flow" },
"support_interface_offset": { "value": "1" },
"support_interface_pattern": { "value": "'lines'" }, "support_interface_pattern": { "value": "'lines'" },
"support_interface_wall_count": { "value": "1" }, "support_interface_wall_count": { "value": "1" },
"support_material_flow": { "value": "material_flow" }, "support_material_flow": { "value": "material_flow" },
@ -413,6 +414,7 @@
"support_roof_height": { "value": "4*layer_height" }, "support_roof_height": { "value": "4*layer_height" },
"support_roof_material_flow": { "value": "material_flow" }, "support_roof_material_flow": { "value": "material_flow" },
"support_supported_skin_fan_speed": { "value": "cool_fan_speed_max" }, "support_supported_skin_fan_speed": { "value": "cool_fan_speed_max" },
"support_use_towers": { "value": "False" },
"support_wall_count": { "value": "2 if support_conical_enabled or support_structure == 'tree' else 0" }, "support_wall_count": { "value": "2 if support_conical_enabled or support_structure == 'tree' else 0" },
"support_xy_distance": { "value": 0.2 }, "support_xy_distance": { "value": 0.2 },
"support_xy_distance_overhang": { "value": "support_xy_distance" }, "support_xy_distance_overhang": { "value": "support_xy_distance" },

View File

@ -38,7 +38,6 @@ support_bottom_stair_step_height = 0
support_infill_rate = 12.0 support_infill_rate = 12.0
support_line_width = =line_width * 0.75 support_line_width = =line_width * 0.75
support_roof_density = 85 support_roof_density = 85
support_use_towers = True
support_xy_distance = 0.3 support_xy_distance = 0.3
support_z_distance = 0.25 support_z_distance = 0.25

View File

@ -56,14 +56,14 @@ support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_infill_density_multiplier_initial_layer = 2 support_infill_density_multiplier_initial_layer = 2
support_infill_rate = 12 support_infill_rate = 12
support_interface_offset = 1 support_interface_offset = 0
support_interface_wall_count = 2 support_interface_wall_count = 2
support_offset = 1.8 support_offset = 1.8
support_pattern = grid support_pattern = grid
support_roof_density = 95 support_roof_density = 95
support_roof_height = =layer_height*8 support_roof_height = =layer_height*8
support_roof_line_width = 0.25 support_roof_line_width = 0.4
support_top_distance = 0.4 support_use_towers = True
switch_extruder_extra_prime_amount = 1 switch_extruder_extra_prime_amount = 1
switch_extruder_retraction_amount = 2.5 switch_extruder_retraction_amount = 2.5
switch_extruder_retraction_speeds = 3 switch_extruder_retraction_speeds = 3

View File

@ -38,7 +38,6 @@ support_bottom_stair_step_height = 0
support_infill_rate = 12.0 support_infill_rate = 12.0
support_line_width = =line_width * 0.75 support_line_width = =line_width * 0.75
support_roof_density = 85 support_roof_density = 85
support_use_towers = True
support_xy_distance = 0.3 support_xy_distance = 0.3
support_z_distance = 0.25 support_z_distance = 0.25

View File

@ -45,12 +45,10 @@ support_bottom_stair_step_height = 0
support_fan_enable = False support_fan_enable = False
support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135] support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135]
support_infill_rate = 15.0 support_infill_rate = 15.0
support_interface_offset = 1.2
support_line_width = 0.35 support_line_width = 0.35
support_material_flow = 90 support_material_flow = 90
support_roof_density = 82 support_roof_density = 82
support_roof_line_width = 0.4 support_roof_line_width = 0.4
support_use_towers = True
support_xy_distance = 0.3 support_xy_distance = 0.3
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_z_distance = 0.15 support_z_distance = 0.15

View File

@ -55,7 +55,6 @@ support_roof_density = 85
support_roof_wall_count = 1 support_roof_wall_count = 1
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -52,7 +52,6 @@ support_material_flow = =0.85*material_flow
support_roof_density = 85 support_roof_density = 85
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -38,7 +38,6 @@ support_bottom_stair_step_height = 0
support_infill_rate = 12.0 support_infill_rate = 12.0
support_line_width = =line_width * 0.75 support_line_width = =line_width * 0.75
support_roof_density = 85 support_roof_density = 85
support_use_towers = True
support_xy_distance = 0.3 support_xy_distance = 0.3
support_z_distance = 0.25 support_z_distance = 0.25

View File

@ -55,7 +55,6 @@ support_roof_density = 85
support_roof_wall_count = 1 support_roof_wall_count = 1
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -52,7 +52,6 @@ support_material_flow = =0.85*material_flow
support_roof_density = 85 support_roof_density = 85
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -56,14 +56,14 @@ support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_infill_density_multiplier_initial_layer = 2 support_infill_density_multiplier_initial_layer = 2
support_infill_rate = 12 support_infill_rate = 12
support_interface_offset = 1 support_interface_offset = 0
support_interface_wall_count = 2 support_interface_wall_count = 2
support_offset = 1.8 support_offset = 1.8
support_pattern = grid support_pattern = grid
support_roof_density = 95 support_roof_density = 95
support_roof_height = =layer_height*8 support_roof_height = =layer_height*8
support_roof_line_width = 0.25 support_roof_line_width = 0.4
support_top_distance = 0.4 support_use_towers = True
switch_extruder_extra_prime_amount = 1 switch_extruder_extra_prime_amount = 1
switch_extruder_retraction_amount = 2.5 switch_extruder_retraction_amount = 2.5
switch_extruder_retraction_speeds = 3 switch_extruder_retraction_speeds = 3

View File

@ -32,10 +32,11 @@ support_conical_angle = 20
support_conical_enabled = True support_conical_enabled = True
support_conical_min_width = 20 support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_interface_offset = 1 support_interface_offset = 0
support_interface_wall_count = 2 support_interface_wall_count = 2
support_offset = 1.8 support_offset = 1.8
support_roof_height = =5*layer_height support_roof_height = =5*layer_height
support_roof_line_width = 0.25 support_roof_line_width = 0.25
support_use_towers = True
support_xy_distance_overhang = 0.15 support_xy_distance_overhang = 0.15

View File

@ -36,8 +36,9 @@ support_conical_angle = 20
support_conical_enabled = True support_conical_enabled = True
support_conical_min_width = 20 support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_interface_offset = 1 support_interface_offset = 0
support_interface_wall_count = 2 support_interface_wall_count = 2
support_offset = 0.8 support_offset = 0.8
support_roof_height = =5*layer_height support_roof_height = =5*layer_height
support_use_towers = True

View File

@ -45,12 +45,10 @@ support_bottom_stair_step_height = 0
support_fan_enable = False support_fan_enable = False
support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135] support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135]
support_infill_rate = 15.0 support_infill_rate = 15.0
support_interface_offset = 1.2
support_line_width = 0.35 support_line_width = 0.35
support_material_flow = 90 support_material_flow = 90
support_roof_density = 82 support_roof_density = 82
support_roof_line_width = 0.4 support_roof_line_width = 0.4
support_use_towers = True
support_xy_distance = 0.3 support_xy_distance = 0.3
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_z_distance = 0.15 support_z_distance = 0.15

View File

@ -55,7 +55,6 @@ support_roof_density = 85
support_roof_wall_count = 1 support_roof_wall_count = 1
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -52,7 +52,6 @@ support_material_flow = =0.85*material_flow
support_roof_density = 85 support_roof_density = 85
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -38,7 +38,6 @@ support_bottom_stair_step_height = 0
support_infill_rate = 12.0 support_infill_rate = 12.0
support_line_width = =line_width * 0.75 support_line_width = =line_width * 0.75
support_roof_density = 85 support_roof_density = 85
support_use_towers = True
support_xy_distance = 0.3 support_xy_distance = 0.3
support_z_distance = 0.25 support_z_distance = 0.25

View File

@ -47,12 +47,10 @@ support_bottom_stair_step_height = 0
support_fan_enable = False support_fan_enable = False
support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135] support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135]
support_infill_rate = 15.0 support_infill_rate = 15.0
support_interface_offset = 1.2
support_line_width = 0.35 support_line_width = 0.35
support_material_flow = 90 support_material_flow = 90
support_roof_density = 82 support_roof_density = 82
support_roof_line_width = 0.4 support_roof_line_width = 0.4
support_use_towers = True
support_xy_distance = 0.3 support_xy_distance = 0.3
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_z_distance = 0.15 support_z_distance = 0.15

View File

@ -54,7 +54,6 @@ support_roof_density = 85
support_roof_wall_count = 1 support_roof_wall_count = 1
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -52,7 +52,6 @@ support_material_flow = =0.85*material_flow
support_roof_density = 85 support_roof_density = 85
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -38,7 +38,6 @@ support_bottom_stair_step_height = 0
support_infill_rate = 12.0 support_infill_rate = 12.0
support_line_width = =line_width * 0.75 support_line_width = =line_width * 0.75
support_roof_density = 85 support_roof_density = 85
support_use_towers = True
support_xy_distance = 0.3 support_xy_distance = 0.3
support_z_distance = 0.25 support_z_distance = 0.25

View File

@ -54,7 +54,6 @@ support_roof_density = 85
support_roof_wall_count = 1 support_roof_wall_count = 1
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -52,7 +52,6 @@ support_material_flow = =0.85*material_flow
support_roof_density = 85 support_roof_density = 85
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -56,14 +56,14 @@ support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_infill_density_multiplier_initial_layer = 2 support_infill_density_multiplier_initial_layer = 2
support_infill_rate = 12 support_infill_rate = 12
support_interface_offset = 1 support_interface_offset = 0
support_interface_wall_count = 2 support_interface_wall_count = 2
support_offset = 1.8 support_offset = 1.8
support_pattern = grid support_pattern = grid
support_roof_density = 95 support_roof_density = 95
support_roof_height = =layer_height*8 support_roof_height = =layer_height*8
support_roof_line_width = 0.25 support_roof_line_width = 0.4
support_top_distance = 0.4 support_use_towers = True
switch_extruder_extra_prime_amount = 1 switch_extruder_extra_prime_amount = 1
switch_extruder_retraction_amount = 2.5 switch_extruder_retraction_amount = 2.5
switch_extruder_retraction_speeds = 3 switch_extruder_retraction_speeds = 3

View File

@ -32,10 +32,11 @@ support_conical_angle = 20
support_conical_enabled = True support_conical_enabled = True
support_conical_min_width = 20 support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_interface_offset = 1 support_interface_offset = 0
support_interface_wall_count = 2 support_interface_wall_count = 2
support_offset = 1.8 support_offset = 1.8
support_roof_height = =5*layer_height support_roof_height = =5*layer_height
support_roof_line_width = 0.25 support_roof_line_width = 0.25
support_use_towers = True
support_xy_distance_overhang = 0.15 support_xy_distance_overhang = 0.15

View File

@ -36,8 +36,9 @@ support_conical_angle = 20
support_conical_enabled = True support_conical_enabled = True
support_conical_min_width = 20 support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_interface_offset = 1 support_interface_offset = 0
support_interface_wall_count = 2 support_interface_wall_count = 2
support_offset = 0.8 support_offset = 0.8
support_roof_height = =5*layer_height support_roof_height = =5*layer_height
support_use_towers = True

View File

@ -47,12 +47,10 @@ support_bottom_stair_step_height = 0
support_fan_enable = False support_fan_enable = False
support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135] support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135]
support_infill_rate = 15.0 support_infill_rate = 15.0
support_interface_offset = 1.2
support_line_width = 0.35 support_line_width = 0.35
support_material_flow = 90 support_material_flow = 90
support_roof_density = 82 support_roof_density = 82
support_roof_line_width = 0.4 support_roof_line_width = 0.4
support_use_towers = True
support_xy_distance = 0.3 support_xy_distance = 0.3
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_z_distance = 0.15 support_z_distance = 0.15

View File

@ -54,7 +54,6 @@ support_roof_density = 85
support_roof_wall_count = 1 support_roof_wall_count = 1
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -52,7 +52,6 @@ support_material_flow = =0.85*material_flow
support_roof_density = 85 support_roof_density = 85
support_supported_skin_fan_speed = 60.0 support_supported_skin_fan_speed = 60.0
support_top_distance = =support_z_distance support_top_distance = =support_z_distance
support_use_towers = False
support_xy_distance = 0.35 support_xy_distance = 0.35
support_xy_distance_overhang = 0.25 support_xy_distance_overhang = 0.25
support_xy_overrides_z = xy_overrides_z support_xy_overrides_z = xy_overrides_z

View File

@ -38,7 +38,6 @@ support_bottom_stair_step_height = 0
support_infill_rate = 12.0 support_infill_rate = 12.0
support_line_width = =line_width * 0.75 support_line_width = =line_width * 0.75
support_roof_density = 85 support_roof_density = 85
support_use_towers = True
support_xy_distance = 0.3 support_xy_distance = 0.3
support_z_distance = 0.25 support_z_distance = 0.25

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -66,7 +66,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -66,7 +66,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -67,7 +67,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -69,7 +69,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -74,7 +74,5 @@ top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_x_material_flow = =1.05 * wall_material_flow wall_x_material_flow = =1.05 * wall_material_flow
wall_x_material_flow_roofing = =wall_material_flow wall_x_material_flow_roofing = =wall_material_flow
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -71,7 +71,5 @@ support_z_distance = 0.4
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -67,7 +67,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -67,7 +67,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -73,7 +73,5 @@ top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_x_material_flow = =1.1 * wall_material_flow wall_x_material_flow = =1.1 * wall_material_flow
wall_x_material_flow_roofing = =wall_material_flow wall_x_material_flow_roofing = =wall_material_flow
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_z_distance = 0.4
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -67,7 +67,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -67,7 +67,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -73,7 +73,5 @@ top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_x_material_flow = =1.1 * wall_material_flow wall_x_material_flow = =1.1 * wall_material_flow
wall_x_material_flow_roofing = =wall_material_flow wall_x_material_flow_roofing = =wall_material_flow
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -69,7 +69,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.35 support_z_distance = 0.35
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -73,7 +73,5 @@ top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_x_material_flow = =1.1 * wall_material_flow wall_x_material_flow = =1.1 * wall_material_flow
wall_x_material_flow_roofing = =wall_material_flow wall_x_material_flow_roofing = =wall_material_flow
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -71,7 +71,5 @@ support_z_distance = 0.4
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -71,7 +71,5 @@ support_interface_enable = False
support_structure = tree support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -69,7 +69,5 @@ support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -69,7 +69,5 @@ support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_interface_enable = False
support_structure = tree support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_interface_enable = False
support_structure = tree support_structure = tree
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_structure = tree
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_structure = tree
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -71,7 +71,5 @@ support_interface_enable = False
support_structure = tree support_structure = tree
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -69,7 +69,5 @@ support_structure = tree
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -69,7 +69,5 @@ support_structure = tree
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -66,7 +66,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -66,7 +66,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -67,7 +67,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -69,7 +69,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -74,7 +74,5 @@ top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_x_material_flow = =1.05 * wall_material_flow wall_x_material_flow = =1.05 * wall_material_flow
wall_x_material_flow_roofing = =wall_material_flow wall_x_material_flow_roofing = =wall_material_flow
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -71,7 +71,5 @@ support_z_distance = 0.4
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -67,7 +67,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -67,7 +67,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -73,7 +73,5 @@ top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_x_material_flow = =1.1 * wall_material_flow wall_x_material_flow = =1.1 * wall_material_flow
wall_x_material_flow_roofing = =wall_material_flow wall_x_material_flow_roofing = =wall_material_flow
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_z_distance = 0.4
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -67,7 +67,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -67,7 +67,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -73,7 +73,5 @@ top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_x_material_flow = =1.1 * wall_material_flow wall_x_material_flow = =1.1 * wall_material_flow
wall_x_material_flow_roofing = =wall_material_flow wall_x_material_flow_roofing = =wall_material_flow
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -69,7 +69,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.35 support_z_distance = 0.35
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_top_distance = =support_z_distance
support_z_distance = 0.3 support_z_distance = 0.3
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -73,7 +73,5 @@ top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_x_material_flow = =1.1 * wall_material_flow wall_x_material_flow = =1.1 * wall_material_flow
wall_x_material_flow_roofing = =wall_material_flow wall_x_material_flow_roofing = =wall_material_flow
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -71,7 +71,5 @@ support_z_distance = 0.4
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -71,7 +71,5 @@ support_interface_enable = False
support_structure = tree support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -69,7 +69,5 @@ support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -69,7 +69,5 @@ support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_interface_enable = False
support_structure = tree support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_structure = tree
top_bottom_thickness = =max(1.2 , layer_height * 6) top_bottom_thickness = =max(1.2 , layer_height * 6)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -70,7 +70,5 @@ support_interface_enable = False
support_structure = tree support_structure = tree
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_structure = tree
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

View File

@ -68,7 +68,5 @@ support_structure = tree
top_bottom_thickness = =max(1 , layer_height * 5) top_bottom_thickness = =max(1 , layer_height * 5)
wall_0_wipe_dist = 0.8 wall_0_wipe_dist = 0.8
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25) wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
z_seam_relative = True
z_seam_type = back
zig_zaggify_infill = True zig_zaggify_infill = True

Some files were not shown because too many files have changed in this diff Show More