mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 16:24:41 +08:00
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:
parent
d83f11f42a
commit
fff03deefa
@ -86,6 +86,7 @@
|
||||
"enabled": false
|
||||
},
|
||||
"retraction_combing": { "value": "'no_outer_surfaces'" },
|
||||
"retraction_combing_max_distance": { "value": 15 },
|
||||
"retraction_count_max": { "value": 25 },
|
||||
"retraction_extrusion_window": { "value": 1 },
|
||||
"roofing_layer_count": { "value": "1" },
|
||||
|
@ -18,5 +18,4 @@ cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 20
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
retraction_combing_max_distance = 50
|
||||
top_bottom_thickness = 0.72
|
@ -17,7 +17,6 @@ cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_print = 45
|
||||
speed_travel = 150
|
||||
|
@ -17,7 +17,6 @@ cool_min_layer_time = 2
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 20
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
|
@ -17,7 +17,6 @@ cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
|
@ -17,7 +17,6 @@ cool_min_layer_time = 5
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 8
|
||||
infill_sparse_density = 20
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
|
@ -18,5 +18,4 @@ cool_min_layer_time_fan_speed_max = 25
|
||||
cool_min_speed = 8
|
||||
infill_sparse_density = 20
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
retraction_combing_max_distance = 50
|
||||
top_bottom_thickness = 1.2
|
@ -20,7 +20,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.37
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_print = 25
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 25)
|
||||
|
@ -20,7 +20,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.37
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_print = 35
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 35)
|
||||
|
@ -20,7 +20,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.37
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_print = 25
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 25)
|
||||
|
@ -20,7 +20,6 @@ infill_overlap = =0 if infill_sparse_density > 80 else 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.37
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_print = 35
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 35)
|
||||
|
@ -27,5 +27,4 @@ speed_wall_x = =speed_print
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
retraction_combing_max_distance = 50
|
||||
top_bottom_thickness = 1.2
|
@ -28,4 +28,3 @@ support_angle = 45
|
||||
support_enable = True
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
retraction_combing_max_distance = 50
|
||||
|
@ -18,5 +18,4 @@ cool_min_layer_time_fan_speed_max = 25
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 20
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
retraction_combing_max_distance = 8
|
||||
top_bottom_thickness = 0.72
|
@ -24,5 +24,4 @@ top_bottom_thickness = 0.75
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
retraction_combing_max_distance = 8
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
@ -24,5 +24,4 @@ top_bottom_thickness = 0.75
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
retraction_combing_max_distance = 8
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
@ -19,5 +19,4 @@ cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
top_bottom_thickness = 0.8
|
||||
retraction_combing_max_distance = 8
|
||||
top_bottom_thickness = 0.8
|
@ -18,5 +18,4 @@ cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 8
|
||||
infill_sparse_density = 20
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
retraction_combing_max_distance = 8
|
||||
top_bottom_thickness = 1.2
|
@ -18,5 +18,4 @@ cool_min_layer_time_fan_speed_max = 25
|
||||
cool_min_speed = 8
|
||||
infill_sparse_density = 20
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
retraction_combing_max_distance = 8
|
||||
top_bottom_thickness = 1.2
|
@ -16,5 +16,4 @@ speed_infill = =math.ceil(speed_print * 40 / 55)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
top_bottom_thickness = 0.8
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
@ -20,5 +20,4 @@ speed_print = 60
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 60)
|
||||
speed_wall = =math.ceil(speed_print * 45 / 60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
@ -21,5 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 30 / 60)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
@ -21,5 +21,4 @@ speed_print = 55
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 55)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 55)
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
@ -18,5 +18,4 @@ prime_tower_enable = True
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
@ -21,5 +21,4 @@ speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 33 / 45)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
speed_infill = =math.ceil(speed_print * 33 / 45)
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
@ -19,5 +19,4 @@ prime_tower_enable = True
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
retraction_combing_max_distance = 8
|
||||
retraction_combing = all
|
||||
|
@ -12,7 +12,6 @@ material = generic_cpe
|
||||
variant = AA 0.25
|
||||
|
||||
[values]
|
||||
retraction_combing_max_distance = 50
|
||||
speed_infill = =math.ceil(speed_print * 40 / 55)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
top_bottom_thickness = 0.8
|
||||
|
@ -13,7 +13,6 @@ variant = AA 0.25
|
||||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
retraction_combing_max_distance = 8
|
||||
speed_infill = =math.ceil(speed_print * 40 / 55)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
top_bottom_thickness = 0.8
|
||||
|
@ -23,7 +23,6 @@ material_print_temperature = =default_material_print_temperature + 10
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = True
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
|
@ -23,7 +23,6 @@ material_print_temperature = =default_material_print_temperature + 10
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = True
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
|
@ -25,7 +25,6 @@ material_print_temperature = =default_material_print_temperature + 2
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = True
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
|
@ -25,7 +25,6 @@ material_print_temperature = =default_material_print_temperature + 5
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = True
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
|
@ -16,7 +16,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skin_overlap = 20
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
|
@ -17,7 +17,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
speed_print = 60
|
||||
|
@ -19,7 +19,6 @@ machine_nozzle_heat_up_speed = 1.5
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_infill = =math.ceil(speed_print * 40 / 50)
|
||||
speed_print = 50
|
||||
|
@ -17,7 +17,6 @@ machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_infill = =math.ceil(speed_print * 45 / 55)
|
||||
speed_print = 55
|
||||
|
@ -16,7 +16,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
material_final_print_temperature = =material_print_temperature - 5
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
retraction_combing_max_distance = 8
|
||||
skin_overlap = 20
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
speed_print = 60
|
||||
|
@ -17,7 +17,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
retraction_combing_max_distance = 8
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
speed_print = 60
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 60)
|
||||
|
@ -19,7 +19,6 @@ machine_nozzle_heat_up_speed = 1.5
|
||||
material_final_print_temperature = =material_print_temperature - 15
|
||||
material_initial_print_temperature = =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_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 50)
|
||||
|
@ -18,7 +18,6 @@ machine_nozzle_heat_up_speed = 1.5
|
||||
material_final_print_temperature = =material_print_temperature - 15
|
||||
material_initial_print_temperature = =material_print_temperature - 10
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
retraction_combing_max_distance = 8
|
||||
speed_infill = =math.ceil(speed_print * 45 / 55)
|
||||
speed_print = 55
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
|
@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 10
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.1
|
||||
retraction_hop_enabled = False
|
||||
skin_overlap = 0
|
||||
|
@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.1
|
||||
retraction_hop_enabled = False
|
||||
skin_overlap = 0
|
||||
|
@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 7
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.1
|
||||
retraction_hop_enabled = False
|
||||
skin_overlap = 0
|
||||
|
@ -15,7 +15,6 @@ variant = AA 0.8
|
||||
brim_width = 15
|
||||
material_print_temperature = =default_material_print_temperature + 15
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
|
@ -15,7 +15,6 @@ variant = AA 0.8
|
||||
brim_width = 15
|
||||
material_print_temperature = =default_material_print_temperature + 20
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
speed_infill = =math.ceil(speed_print * 33 / 45)
|
||||
speed_print = 45
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
|
@ -15,7 +15,6 @@ variant = AA 0.8
|
||||
brim_width = 15
|
||||
material_print_temperature = =default_material_print_temperature + 17
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
|
@ -16,7 +16,6 @@ brim_width = 7
|
||||
cool_fan_speed = 20
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 8
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
|
@ -16,7 +16,6 @@ brim_width = 7
|
||||
cool_fan_speed = 20
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 8
|
||||
speed_infill = =math.ceil(speed_print * 33 / 45)
|
||||
speed_print = 45
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
|
@ -16,7 +16,6 @@ brim_width = 7
|
||||
cool_fan_speed = 20
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 8
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
|
@ -12,7 +12,6 @@ material = generic_cpe
|
||||
variant = AA 0.25
|
||||
|
||||
[values]
|
||||
retraction_combing_max_distance = 50
|
||||
speed_infill = =math.ceil(speed_print * 40 / 55)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
top_bottom_thickness = 0.8
|
||||
|
@ -13,7 +13,6 @@ variant = AA 0.25
|
||||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
retraction_combing_max_distance = 8
|
||||
speed_infill = =math.ceil(speed_print * 40 / 55)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
top_bottom_thickness = 0.8
|
||||
|
@ -23,7 +23,6 @@ material_print_temperature = =default_material_print_temperature + 10
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = True
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
|
@ -23,7 +23,6 @@ material_print_temperature = =default_material_print_temperature + 10
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = True
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
|
@ -25,7 +25,6 @@ material_print_temperature = =default_material_print_temperature + 2
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = True
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
|
@ -25,7 +25,6 @@ material_print_temperature = =default_material_print_temperature + 5
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = True
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.2
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
|
@ -16,7 +16,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skin_overlap = 20
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
|
@ -17,7 +17,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
speed_print = 60
|
||||
|
@ -19,7 +19,6 @@ machine_nozzle_heat_up_speed = 1.5
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_infill = =math.ceil(speed_print * 40 / 50)
|
||||
speed_print = 50
|
||||
|
@ -17,7 +17,6 @@ machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_infill = =math.ceil(speed_print * 45 / 55)
|
||||
speed_print = 55
|
||||
|
@ -16,7 +16,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
material_final_print_temperature = =material_print_temperature - 5
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
retraction_combing_max_distance = 8
|
||||
skin_overlap = 20
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
speed_print = 60
|
||||
|
@ -17,7 +17,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
retraction_combing_max_distance = 8
|
||||
speed_infill = =math.ceil(speed_print * 50 / 60)
|
||||
speed_print = 60
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 60)
|
||||
|
@ -19,7 +19,6 @@ machine_nozzle_heat_up_speed = 1.5
|
||||
material_final_print_temperature = =material_print_temperature - 15
|
||||
material_initial_print_temperature = =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_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 50)
|
||||
|
@ -18,7 +18,6 @@ machine_nozzle_heat_up_speed = 1.5
|
||||
material_final_print_temperature = =material_print_temperature - 15
|
||||
material_initial_print_temperature = =material_print_temperature - 10
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
retraction_combing_max_distance = 8
|
||||
speed_infill = =math.ceil(speed_print * 45 / 55)
|
||||
speed_print = 55
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
|
@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 10
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.1
|
||||
retraction_hop_enabled = False
|
||||
skin_overlap = 0
|
||||
|
@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.1
|
||||
retraction_hop_enabled = False
|
||||
skin_overlap = 0
|
||||
|
@ -18,7 +18,6 @@ machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 7
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
retraction_hop = 0.1
|
||||
retraction_hop_enabled = False
|
||||
skin_overlap = 0
|
||||
|
@ -15,7 +15,6 @@ variant = AA 0.8
|
||||
brim_width = 15
|
||||
material_print_temperature = =default_material_print_temperature + 15
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
|
@ -15,7 +15,6 @@ variant = AA 0.8
|
||||
brim_width = 15
|
||||
material_print_temperature = =default_material_print_temperature + 20
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
speed_infill = =math.ceil(speed_print * 33 / 45)
|
||||
speed_print = 45
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
|
@ -15,7 +15,6 @@ variant = AA 0.8
|
||||
brim_width = 15
|
||||
material_print_temperature = =default_material_print_temperature + 17
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 50
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
|
@ -16,7 +16,6 @@ brim_width = 7
|
||||
cool_fan_speed = 20
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 8
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
|
@ -16,7 +16,6 @@ brim_width = 7
|
||||
cool_fan_speed = 20
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 8
|
||||
speed_infill = =math.ceil(speed_print * 33 / 45)
|
||||
speed_print = 45
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
|
@ -16,7 +16,6 @@ brim_width = 7
|
||||
cool_fan_speed = 20
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
prime_tower_enable = True
|
||||
retraction_combing_max_distance = 8
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
|
Loading…
x
Reference in New Issue
Block a user