default max comb distance = 15mm

All ultimaker profiles get a default max combing distance of 15mm to avoid oozing in the infill. Profile/material specific settings are removed. PP-69
This commit is contained in:
Rijk van Manen 2022-11-14 13:20:29 +01:00
parent d83f11f42a
commit fff03deefa
72 changed files with 10 additions and 80 deletions

View File

@ -86,6 +86,7 @@
"enabled": false "enabled": false
}, },
"retraction_combing": { "value": "'no_outer_surfaces'" }, "retraction_combing": { "value": "'no_outer_surfaces'" },
"retraction_combing_max_distance": { "value": 15 },
"retraction_count_max": { "value": 25 }, "retraction_count_max": { "value": 25 },
"retraction_extrusion_window": { "value": 1 }, "retraction_extrusion_window": { "value": 1 },
"roofing_layer_count": { "value": "1" }, "roofing_layer_count": { "value": "1" },

View File

@ -19,4 +19,3 @@ cool_min_speed = 15
infill_sparse_density = 20 infill_sparse_density = 20
speed_print = 30 speed_print = 30
top_bottom_thickness = 0.72 top_bottom_thickness = 0.72
retraction_combing_max_distance = 50

View File

@ -17,7 +17,6 @@ cool_min_layer_time = 3
cool_min_layer_time_fan_speed_max = 15 cool_min_layer_time_fan_speed_max = 15
cool_min_speed = 10 cool_min_speed = 10
infill_sparse_density = 20 infill_sparse_density = 20
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_print = 45 speed_print = 45
speed_travel = 150 speed_travel = 150

View File

@ -17,7 +17,6 @@ cool_min_layer_time = 2
cool_min_layer_time_fan_speed_max = 15 cool_min_layer_time_fan_speed_max = 15
cool_min_speed = 15 cool_min_speed = 15
infill_sparse_density = 20 infill_sparse_density = 20
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_print = 45 speed_print = 45
speed_wall = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 30 / 45)

View File

@ -17,7 +17,6 @@ cool_min_layer_time = 3
cool_min_layer_time_fan_speed_max = 15 cool_min_layer_time_fan_speed_max = 15
cool_min_speed = 10 cool_min_speed = 10
infill_sparse_density = 20 infill_sparse_density = 20
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_print = 45 speed_print = 45
speed_wall = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 30 / 45)

View File

@ -17,7 +17,6 @@ cool_min_layer_time = 5
cool_min_layer_time_fan_speed_max = 20 cool_min_layer_time_fan_speed_max = 20
cool_min_speed = 8 cool_min_speed = 8
infill_sparse_density = 20 infill_sparse_density = 20
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_print = 40 speed_print = 40
top_bottom_thickness = 1.2 top_bottom_thickness = 1.2

View File

@ -19,4 +19,3 @@ cool_min_speed = 8
infill_sparse_density = 20 infill_sparse_density = 20
speed_print = 40 speed_print = 40
top_bottom_thickness = 1.2 top_bottom_thickness = 1.2
retraction_combing_max_distance = 50

View File

@ -20,7 +20,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5
infill_sparse_density = 20 infill_sparse_density = 20
layer_0_z_overlap = 0.22 layer_0_z_overlap = 0.22
raft_airgap = 0.37 raft_airgap = 0.37
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_print = 25 speed_print = 25
speed_topbottom = =math.ceil(speed_print * 20 / 25) speed_topbottom = =math.ceil(speed_print * 20 / 25)

View File

@ -20,7 +20,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5
infill_sparse_density = 20 infill_sparse_density = 20
layer_0_z_overlap = 0.22 layer_0_z_overlap = 0.22
raft_airgap = 0.37 raft_airgap = 0.37
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_print = 35 speed_print = 35
speed_topbottom = =math.ceil(speed_print * 20 / 35) speed_topbottom = =math.ceil(speed_print * 20 / 35)

View File

@ -20,7 +20,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5
infill_sparse_density = 20 infill_sparse_density = 20
layer_0_z_overlap = 0.22 layer_0_z_overlap = 0.22
raft_airgap = 0.37 raft_airgap = 0.37
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_print = 25 speed_print = 25
speed_topbottom = =math.ceil(speed_print * 20 / 25) speed_topbottom = =math.ceil(speed_print * 20 / 25)

View File

@ -20,7 +20,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5
infill_sparse_density = 20 infill_sparse_density = 20
layer_0_z_overlap = 0.22 layer_0_z_overlap = 0.22
raft_airgap = 0.37 raft_airgap = 0.37
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_print = 35 speed_print = 35
speed_topbottom = =math.ceil(speed_print * 20 / 35) speed_topbottom = =math.ceil(speed_print * 20 / 35)

View File

@ -28,4 +28,3 @@ support_angle = 45
support_enable = True support_enable = True
support_z_distance = 0.26 support_z_distance = 0.26
top_bottom_thickness = 1.2 top_bottom_thickness = 1.2
retraction_combing_max_distance = 50

View File

@ -28,4 +28,3 @@ support_angle = 45
support_enable = True support_enable = True
support_z_distance = 0.26 support_z_distance = 0.26
top_bottom_thickness = 1.2 top_bottom_thickness = 1.2
retraction_combing_max_distance = 50

View File

@ -19,4 +19,3 @@ cool_min_speed = 15
infill_sparse_density = 20 infill_sparse_density = 20
speed_print = 30 speed_print = 30
top_bottom_thickness = 0.72 top_bottom_thickness = 0.72
retraction_combing_max_distance = 8

View File

@ -25,4 +25,3 @@ speed_wall_0 = =math.ceil(speed_print * 30 / 45)
speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_topbottom = =math.ceil(speed_print * 30 / 45)
speed_wall_x = =math.ceil(speed_print * 40 / 45) speed_wall_x = =math.ceil(speed_print * 40 / 45)
speed_infill = =math.ceil(speed_print * 45 / 45) speed_infill = =math.ceil(speed_print * 45 / 45)
retraction_combing_max_distance = 8

View File

@ -25,4 +25,3 @@ speed_wall_0 = =math.ceil(speed_print * 30 / 45)
speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_topbottom = =math.ceil(speed_print * 30 / 45)
speed_wall_x = =math.ceil(speed_print * 40 / 45) speed_wall_x = =math.ceil(speed_print * 40 / 45)
speed_infill = =math.ceil(speed_print * 45 / 45) speed_infill = =math.ceil(speed_print * 45 / 45)
retraction_combing_max_distance = 8

View File

@ -20,4 +20,3 @@ infill_sparse_density = 20
speed_print = 45 speed_print = 45
speed_wall = =math.ceil(speed_print * 30 / 45) speed_wall = =math.ceil(speed_print * 30 / 45)
top_bottom_thickness = 0.8 top_bottom_thickness = 0.8
retraction_combing_max_distance = 8

View File

@ -19,4 +19,3 @@ cool_min_speed = 8
infill_sparse_density = 20 infill_sparse_density = 20
speed_print = 40 speed_print = 40
top_bottom_thickness = 1.2 top_bottom_thickness = 1.2
retraction_combing_max_distance = 8

View File

@ -19,4 +19,3 @@ cool_min_speed = 8
infill_sparse_density = 20 infill_sparse_density = 20
speed_print = 40 speed_print = 40
top_bottom_thickness = 1.2 top_bottom_thickness = 1.2
retraction_combing_max_distance = 8

View File

@ -16,5 +16,4 @@ speed_infill = =math.ceil(speed_print * 40 / 55)
speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55)
top_bottom_thickness = 0.8 top_bottom_thickness = 0.8
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
retraction_combing_max_distance = 8
retraction_combing = all retraction_combing = all

View File

@ -20,5 +20,4 @@ speed_print = 60
speed_topbottom = =math.ceil(speed_print * 35 / 60) speed_topbottom = =math.ceil(speed_print * 35 / 60)
speed_wall = =math.ceil(speed_print * 45 / 60) speed_wall = =math.ceil(speed_print * 45 / 60)
speed_wall_0 = =math.ceil(speed_wall * 35 / 45) speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
retraction_combing_max_distance = 8
retraction_combing = all retraction_combing = all

View File

@ -21,5 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 30 / 60)
speed_wall = =math.ceil(speed_print * 40 / 60) speed_wall = =math.ceil(speed_print * 40 / 60)
speed_wall_0 = =math.ceil(speed_wall * 30 / 40) speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
speed_infill = =math.ceil(speed_print * 50 / 60) speed_infill = =math.ceil(speed_print * 50 / 60)
retraction_combing_max_distance = 8
retraction_combing = all retraction_combing = all

View File

@ -21,5 +21,4 @@ speed_print = 55
speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55)
speed_wall = =math.ceil(speed_print * 30 / 55) speed_wall = =math.ceil(speed_print * 30 / 55)
speed_infill = =math.ceil(speed_print * 45 / 55) speed_infill = =math.ceil(speed_print * 45 / 55)
retraction_combing_max_distance = 8
retraction_combing = all retraction_combing = all

View File

@ -18,5 +18,4 @@ prime_tower_enable = True
speed_print = 40 speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40) speed_wall = =math.ceil(speed_print * 30 / 40)
retraction_combing_max_distance = 8
retraction_combing = all retraction_combing = all

View File

@ -21,5 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 30 / 45)
speed_wall = =math.ceil(speed_print * 33 / 45) speed_wall = =math.ceil(speed_print * 33 / 45)
speed_wall_0 = =math.ceil(speed_wall * 30 / 40) speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
speed_infill = =math.ceil(speed_print * 33 / 45) speed_infill = =math.ceil(speed_print * 33 / 45)
retraction_combing_max_distance = 8
retraction_combing = all retraction_combing = all

View File

@ -19,5 +19,4 @@ prime_tower_enable = True
speed_print = 40 speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40) speed_wall = =math.ceil(speed_print * 30 / 40)
retraction_combing_max_distance = 8
retraction_combing = all retraction_combing = all

View File

@ -12,7 +12,6 @@ material = generic_cpe
variant = AA 0.25 variant = AA 0.25
[values] [values]
retraction_combing_max_distance = 50
speed_infill = =math.ceil(speed_print * 40 / 55) speed_infill = =math.ceil(speed_print * 40 / 55)
speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55)
top_bottom_thickness = 0.8 top_bottom_thickness = 0.8

View File

@ -13,7 +13,6 @@ variant = AA 0.25
[values] [values]
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
retraction_combing_max_distance = 8
speed_infill = =math.ceil(speed_print * 40 / 55) speed_infill = =math.ceil(speed_print * 40 / 55)
speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55)
top_bottom_thickness = 0.8 top_bottom_thickness = 0.8

View File

@ -23,7 +23,6 @@ material_print_temperature = =default_material_print_temperature + 10
multiple_mesh_overlap = 0 multiple_mesh_overlap = 0
prime_tower_enable = True prime_tower_enable = True
prime_tower_wipe_enabled = True prime_tower_wipe_enabled = True
retraction_combing_max_distance = 50
retraction_hop = 0.2 retraction_hop = 0.2
retraction_hop_enabled = False retraction_hop_enabled = False
retraction_hop_only_when_collides = True retraction_hop_only_when_collides = True

View File

@ -23,7 +23,6 @@ material_print_temperature = =default_material_print_temperature + 10
multiple_mesh_overlap = 0 multiple_mesh_overlap = 0
prime_tower_enable = True prime_tower_enable = True
prime_tower_wipe_enabled = True prime_tower_wipe_enabled = True
retraction_combing_max_distance = 50
retraction_hop = 0.2 retraction_hop = 0.2
retraction_hop_enabled = False retraction_hop_enabled = False
retraction_hop_only_when_collides = True retraction_hop_only_when_collides = True

View File

@ -25,7 +25,6 @@ material_print_temperature = =default_material_print_temperature + 2
multiple_mesh_overlap = 0 multiple_mesh_overlap = 0
prime_tower_enable = True prime_tower_enable = True
prime_tower_wipe_enabled = True prime_tower_wipe_enabled = True
retraction_combing_max_distance = 50
retraction_hop = 0.2 retraction_hop = 0.2
retraction_hop_enabled = False retraction_hop_enabled = False
retraction_hop_only_when_collides = True retraction_hop_only_when_collides = True

View File

@ -25,7 +25,6 @@ material_print_temperature = =default_material_print_temperature + 5
multiple_mesh_overlap = 0 multiple_mesh_overlap = 0
prime_tower_enable = True prime_tower_enable = True
prime_tower_wipe_enabled = True prime_tower_wipe_enabled = True
retraction_combing_max_distance = 50
retraction_hop = 0.2 retraction_hop = 0.2
retraction_hop_enabled = False retraction_hop_enabled = False
retraction_hop_only_when_collides = True retraction_hop_only_when_collides = True

View File

@ -16,7 +16,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
material_final_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 10
material_initial_print_temperature = =material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 5
material_print_temperature = =default_material_print_temperature + 10 material_print_temperature = =default_material_print_temperature + 10
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
skin_overlap = 20 skin_overlap = 20
speed_infill = =math.ceil(speed_print * 50 / 60) speed_infill = =math.ceil(speed_print * 50 / 60)

View File

@ -17,7 +17,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
material_final_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 10
material_initial_print_temperature = =material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 5
material_print_temperature = =default_material_print_temperature + 5 material_print_temperature = =default_material_print_temperature + 5
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_infill = =math.ceil(speed_print * 50 / 60) speed_infill = =math.ceil(speed_print * 50 / 60)
speed_print = 60 speed_print = 60

View File

@ -19,7 +19,6 @@ machine_nozzle_heat_up_speed = 1.5
material_final_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 10
material_initial_print_temperature = =material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 5
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_infill = =math.ceil(speed_print * 40 / 50) speed_infill = =math.ceil(speed_print * 40 / 50)
speed_print = 50 speed_print = 50

View File

@ -17,7 +17,6 @@ machine_nozzle_cool_down_speed = 0.85
machine_nozzle_heat_up_speed = 1.5 machine_nozzle_heat_up_speed = 1.5
material_final_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 10
material_initial_print_temperature = =material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 5
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_infill = =math.ceil(speed_print * 45 / 55) speed_infill = =math.ceil(speed_print * 45 / 55)
speed_print = 55 speed_print = 55

View File

@ -16,7 +16,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
material_final_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 5
material_initial_print_temperature = =material_print_temperature material_initial_print_temperature = =material_print_temperature
material_print_temperature = =default_material_print_temperature + 5 material_print_temperature = =default_material_print_temperature + 5
retraction_combing_max_distance = 8
skin_overlap = 20 skin_overlap = 20
speed_infill = =math.ceil(speed_print * 50 / 60) speed_infill = =math.ceil(speed_print * 50 / 60)
speed_print = 60 speed_print = 60

View File

@ -17,7 +17,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
material_final_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 10
material_initial_print_temperature = =material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 5
material_print_temperature = =default_material_print_temperature material_print_temperature = =default_material_print_temperature
retraction_combing_max_distance = 8
speed_infill = =math.ceil(speed_print * 50 / 60) speed_infill = =math.ceil(speed_print * 50 / 60)
speed_print = 60 speed_print = 60
speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_topbottom = =math.ceil(speed_print * 30 / 60)

View File

@ -19,7 +19,6 @@ machine_nozzle_heat_up_speed = 1.5
material_final_print_temperature = =material_print_temperature - 15 material_final_print_temperature = =material_print_temperature - 15
material_initial_print_temperature = =material_print_temperature - 10 material_initial_print_temperature = =material_print_temperature - 10
material_print_temperature = =default_material_print_temperature - 10 material_print_temperature = =default_material_print_temperature - 10
retraction_combing_max_distance = 8
speed_infill = =math.ceil(speed_print * 40 / 50) speed_infill = =math.ceil(speed_print * 40 / 50)
speed_print = 50 speed_print = 50
speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_topbottom = =math.ceil(speed_print * 30 / 50)

View File

@ -18,7 +18,6 @@ machine_nozzle_heat_up_speed = 1.5
material_final_print_temperature = =material_print_temperature - 15 material_final_print_temperature = =material_print_temperature - 15
material_initial_print_temperature = =material_print_temperature - 10 material_initial_print_temperature = =material_print_temperature - 10
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
retraction_combing_max_distance = 8
speed_infill = =math.ceil(speed_print * 45 / 55) speed_infill = =math.ceil(speed_print * 45 / 55)
speed_print = 55 speed_print = 55
speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55)

View File

@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
machine_nozzle_heat_up_speed = 1.4 machine_nozzle_heat_up_speed = 1.4
material_print_temperature = =default_material_print_temperature - 10 material_print_temperature = =default_material_print_temperature - 10
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
retraction_hop = 0.1 retraction_hop = 0.1
retraction_hop_enabled = False retraction_hop_enabled = False
skin_overlap = 0 skin_overlap = 0

View File

@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
machine_nozzle_heat_up_speed = 1.4 machine_nozzle_heat_up_speed = 1.4
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
retraction_hop = 0.1 retraction_hop = 0.1
retraction_hop_enabled = False retraction_hop_enabled = False
skin_overlap = 0 skin_overlap = 0

View File

@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
machine_nozzle_heat_up_speed = 1.4 machine_nozzle_heat_up_speed = 1.4
material_print_temperature = =default_material_print_temperature - 7 material_print_temperature = =default_material_print_temperature - 7
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
retraction_hop = 0.1 retraction_hop = 0.1
retraction_hop_enabled = False retraction_hop_enabled = False
skin_overlap = 0 skin_overlap = 0

View File

@ -15,7 +15,6 @@ variant = AA 0.8
brim_width = 15 brim_width = 15
material_print_temperature = =default_material_print_temperature + 15 material_print_temperature = =default_material_print_temperature + 15
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
speed_print = 40 speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40) speed_wall = =math.ceil(speed_print * 30 / 40)

View File

@ -15,7 +15,6 @@ variant = AA 0.8
brim_width = 15 brim_width = 15
material_print_temperature = =default_material_print_temperature + 20 material_print_temperature = =default_material_print_temperature + 20
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
speed_infill = =math.ceil(speed_print * 33 / 45) speed_infill = =math.ceil(speed_print * 33 / 45)
speed_print = 45 speed_print = 45
speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_topbottom = =math.ceil(speed_print * 30 / 45)

View File

@ -15,7 +15,6 @@ variant = AA 0.8
brim_width = 15 brim_width = 15
material_print_temperature = =default_material_print_temperature + 17 material_print_temperature = =default_material_print_temperature + 17
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
speed_print = 40 speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40) speed_wall = =math.ceil(speed_print * 30 / 40)

View File

@ -16,7 +16,6 @@ brim_width = 7
cool_fan_speed = 20 cool_fan_speed = 20
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 8
speed_print = 40 speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40) speed_wall = =math.ceil(speed_print * 30 / 40)

View File

@ -16,7 +16,6 @@ brim_width = 7
cool_fan_speed = 20 cool_fan_speed = 20
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 8
speed_infill = =math.ceil(speed_print * 33 / 45) speed_infill = =math.ceil(speed_print * 33 / 45)
speed_print = 45 speed_print = 45
speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_topbottom = =math.ceil(speed_print * 30 / 45)

View File

@ -16,7 +16,6 @@ brim_width = 7
cool_fan_speed = 20 cool_fan_speed = 20
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 8
speed_print = 40 speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40) speed_wall = =math.ceil(speed_print * 30 / 40)

View File

@ -12,7 +12,6 @@ material = generic_cpe
variant = AA 0.25 variant = AA 0.25
[values] [values]
retraction_combing_max_distance = 50
speed_infill = =math.ceil(speed_print * 40 / 55) speed_infill = =math.ceil(speed_print * 40 / 55)
speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55)
top_bottom_thickness = 0.8 top_bottom_thickness = 0.8

View File

@ -13,7 +13,6 @@ variant = AA 0.25
[values] [values]
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
retraction_combing_max_distance = 8
speed_infill = =math.ceil(speed_print * 40 / 55) speed_infill = =math.ceil(speed_print * 40 / 55)
speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55)
top_bottom_thickness = 0.8 top_bottom_thickness = 0.8

View File

@ -23,7 +23,6 @@ material_print_temperature = =default_material_print_temperature + 10
multiple_mesh_overlap = 0 multiple_mesh_overlap = 0
prime_tower_enable = True prime_tower_enable = True
prime_tower_wipe_enabled = True prime_tower_wipe_enabled = True
retraction_combing_max_distance = 50
retraction_hop = 0.2 retraction_hop = 0.2
retraction_hop_enabled = False retraction_hop_enabled = False
retraction_hop_only_when_collides = True retraction_hop_only_when_collides = True

View File

@ -23,7 +23,6 @@ material_print_temperature = =default_material_print_temperature + 10
multiple_mesh_overlap = 0 multiple_mesh_overlap = 0
prime_tower_enable = True prime_tower_enable = True
prime_tower_wipe_enabled = True prime_tower_wipe_enabled = True
retraction_combing_max_distance = 50
retraction_hop = 0.2 retraction_hop = 0.2
retraction_hop_enabled = False retraction_hop_enabled = False
retraction_hop_only_when_collides = True retraction_hop_only_when_collides = True

View File

@ -25,7 +25,6 @@ material_print_temperature = =default_material_print_temperature + 2
multiple_mesh_overlap = 0 multiple_mesh_overlap = 0
prime_tower_enable = True prime_tower_enable = True
prime_tower_wipe_enabled = True prime_tower_wipe_enabled = True
retraction_combing_max_distance = 50
retraction_hop = 0.2 retraction_hop = 0.2
retraction_hop_enabled = False retraction_hop_enabled = False
retraction_hop_only_when_collides = True retraction_hop_only_when_collides = True

View File

@ -25,7 +25,6 @@ material_print_temperature = =default_material_print_temperature + 5
multiple_mesh_overlap = 0 multiple_mesh_overlap = 0
prime_tower_enable = True prime_tower_enable = True
prime_tower_wipe_enabled = True prime_tower_wipe_enabled = True
retraction_combing_max_distance = 50
retraction_hop = 0.2 retraction_hop = 0.2
retraction_hop_enabled = False retraction_hop_enabled = False
retraction_hop_only_when_collides = True retraction_hop_only_when_collides = True

View File

@ -16,7 +16,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
material_final_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 10
material_initial_print_temperature = =material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 5
material_print_temperature = =default_material_print_temperature + 10 material_print_temperature = =default_material_print_temperature + 10
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
skin_overlap = 20 skin_overlap = 20
speed_infill = =math.ceil(speed_print * 50 / 60) speed_infill = =math.ceil(speed_print * 50 / 60)

View File

@ -17,7 +17,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
material_final_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 10
material_initial_print_temperature = =material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 5
material_print_temperature = =default_material_print_temperature + 5 material_print_temperature = =default_material_print_temperature + 5
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_infill = =math.ceil(speed_print * 50 / 60) speed_infill = =math.ceil(speed_print * 50 / 60)
speed_print = 60 speed_print = 60

View File

@ -19,7 +19,6 @@ machine_nozzle_heat_up_speed = 1.5
material_final_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 10
material_initial_print_temperature = =material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 5
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_infill = =math.ceil(speed_print * 40 / 50) speed_infill = =math.ceil(speed_print * 40 / 50)
speed_print = 50 speed_print = 50

View File

@ -17,7 +17,6 @@ machine_nozzle_cool_down_speed = 0.85
machine_nozzle_heat_up_speed = 1.5 machine_nozzle_heat_up_speed = 1.5
material_final_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 10
material_initial_print_temperature = =material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 5
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed retraction_prime_speed = =retraction_speed
speed_infill = =math.ceil(speed_print * 45 / 55) speed_infill = =math.ceil(speed_print * 45 / 55)
speed_print = 55 speed_print = 55

View File

@ -16,7 +16,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
material_final_print_temperature = =material_print_temperature - 5 material_final_print_temperature = =material_print_temperature - 5
material_initial_print_temperature = =material_print_temperature material_initial_print_temperature = =material_print_temperature
material_print_temperature = =default_material_print_temperature + 5 material_print_temperature = =default_material_print_temperature + 5
retraction_combing_max_distance = 8
skin_overlap = 20 skin_overlap = 20
speed_infill = =math.ceil(speed_print * 50 / 60) speed_infill = =math.ceil(speed_print * 50 / 60)
speed_print = 60 speed_print = 60

View File

@ -17,7 +17,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
material_final_print_temperature = =material_print_temperature - 10 material_final_print_temperature = =material_print_temperature - 10
material_initial_print_temperature = =material_print_temperature - 5 material_initial_print_temperature = =material_print_temperature - 5
material_print_temperature = =default_material_print_temperature material_print_temperature = =default_material_print_temperature
retraction_combing_max_distance = 8
speed_infill = =math.ceil(speed_print * 50 / 60) speed_infill = =math.ceil(speed_print * 50 / 60)
speed_print = 60 speed_print = 60
speed_topbottom = =math.ceil(speed_print * 30 / 60) speed_topbottom = =math.ceil(speed_print * 30 / 60)

View File

@ -19,7 +19,6 @@ machine_nozzle_heat_up_speed = 1.5
material_final_print_temperature = =material_print_temperature - 15 material_final_print_temperature = =material_print_temperature - 15
material_initial_print_temperature = =material_print_temperature - 10 material_initial_print_temperature = =material_print_temperature - 10
material_print_temperature = =default_material_print_temperature - 10 material_print_temperature = =default_material_print_temperature - 10
retraction_combing_max_distance = 8
speed_infill = =math.ceil(speed_print * 40 / 50) speed_infill = =math.ceil(speed_print * 40 / 50)
speed_print = 50 speed_print = 50
speed_topbottom = =math.ceil(speed_print * 30 / 50) speed_topbottom = =math.ceil(speed_print * 30 / 50)

View File

@ -18,7 +18,6 @@ machine_nozzle_heat_up_speed = 1.5
material_final_print_temperature = =material_print_temperature - 15 material_final_print_temperature = =material_print_temperature - 15
material_initial_print_temperature = =material_print_temperature - 10 material_initial_print_temperature = =material_print_temperature - 10
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
retraction_combing_max_distance = 8
speed_infill = =math.ceil(speed_print * 45 / 55) speed_infill = =math.ceil(speed_print * 45 / 55)
speed_print = 55 speed_print = 55
speed_topbottom = =math.ceil(speed_print * 30 / 55) speed_topbottom = =math.ceil(speed_print * 30 / 55)

View File

@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
machine_nozzle_heat_up_speed = 1.4 machine_nozzle_heat_up_speed = 1.4
material_print_temperature = =default_material_print_temperature - 10 material_print_temperature = =default_material_print_temperature - 10
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
retraction_hop = 0.1 retraction_hop = 0.1
retraction_hop_enabled = False retraction_hop_enabled = False
skin_overlap = 0 skin_overlap = 0

View File

@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
machine_nozzle_heat_up_speed = 1.4 machine_nozzle_heat_up_speed = 1.4
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
retraction_hop = 0.1 retraction_hop = 0.1
retraction_hop_enabled = False retraction_hop_enabled = False
skin_overlap = 0 skin_overlap = 0

View File

@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
machine_nozzle_heat_up_speed = 1.4 machine_nozzle_heat_up_speed = 1.4
material_print_temperature = =default_material_print_temperature - 7 material_print_temperature = =default_material_print_temperature - 7
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
retraction_hop = 0.1 retraction_hop = 0.1
retraction_hop_enabled = False retraction_hop_enabled = False
skin_overlap = 0 skin_overlap = 0

View File

@ -15,7 +15,6 @@ variant = AA 0.8
brim_width = 15 brim_width = 15
material_print_temperature = =default_material_print_temperature + 15 material_print_temperature = =default_material_print_temperature + 15
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
speed_print = 40 speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40) speed_wall = =math.ceil(speed_print * 30 / 40)

View File

@ -15,7 +15,6 @@ variant = AA 0.8
brim_width = 15 brim_width = 15
material_print_temperature = =default_material_print_temperature + 20 material_print_temperature = =default_material_print_temperature + 20
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
speed_infill = =math.ceil(speed_print * 33 / 45) speed_infill = =math.ceil(speed_print * 33 / 45)
speed_print = 45 speed_print = 45
speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_topbottom = =math.ceil(speed_print * 30 / 45)

View File

@ -15,7 +15,6 @@ variant = AA 0.8
brim_width = 15 brim_width = 15
material_print_temperature = =default_material_print_temperature + 17 material_print_temperature = =default_material_print_temperature + 17
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 50
speed_print = 40 speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40) speed_wall = =math.ceil(speed_print * 30 / 40)

View File

@ -16,7 +16,6 @@ brim_width = 7
cool_fan_speed = 20 cool_fan_speed = 20
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 8
speed_print = 40 speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40) speed_wall = =math.ceil(speed_print * 30 / 40)

View File

@ -16,7 +16,6 @@ brim_width = 7
cool_fan_speed = 20 cool_fan_speed = 20
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 8
speed_infill = =math.ceil(speed_print * 33 / 45) speed_infill = =math.ceil(speed_print * 33 / 45)
speed_print = 45 speed_print = 45
speed_topbottom = =math.ceil(speed_print * 30 / 45) speed_topbottom = =math.ceil(speed_print * 30 / 45)

View File

@ -16,7 +16,6 @@ brim_width = 7
cool_fan_speed = 20 cool_fan_speed = 20
material_print_temperature = =default_material_print_temperature - 5 material_print_temperature = =default_material_print_temperature - 5
prime_tower_enable = True prime_tower_enable = True
retraction_combing_max_distance = 8
speed_print = 40 speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40) speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40) speed_wall = =math.ceil(speed_print * 30 / 40)