- Reverted the print profiles to changes agreed by the Print Profile CCB from 06-10-2021 14:00-15:00

This commit is contained in:
p.kuiper 2021-10-11 11:35:38 +02:00
parent 730fb72f78
commit 6c67b03a55
66 changed files with 85 additions and 209 deletions

View file

@ -23,9 +23,6 @@ infill_pattern = triangles
infill_wipe_dist = 0
jerk_enabled = True
jerk_print = 25
jerk_topbottom = =max(math.ceil(jerk_print * 25 / 25), 20)
jerk_wall = =max(math.ceil(jerk_print * 25 / 25), 20)
jerk_wall_0 = =max(math.ceil(jerk_wall * 25 / 25), 200
layer_height = 0.2
line_width = =machine_nozzle_size
machine_min_cool_heat_time_window = 15

View file

@ -25,11 +25,7 @@ infill_overlap = 0
infill_pattern = triangles
infill_wipe_dist = 0
jerk_enabled = True
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)
jerk_print = 25
jerk_support = =max(math.ceil(jerk_print * 15 / 25), 20)
jerk_support_interface = =max(math.ceil(jerk_support * 10 / 15), 20)
jerk_support_bottom = =max(math.ceil(jerk_support_interface * 1 / 10), 20)
layer_height = 0.2
machine_min_cool_heat_time_window = 15
machine_nozzle_heat_up_speed = 1.5

View file

@ -15,10 +15,6 @@ acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
cool_fan_speed_max = =cool_fan_speed
gradual_support_infill_steps = 2
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)
jerk_support = =max(math.ceil(jerk_print * 15 / 25), 20)
jerk_support_interface = =max(math.ceil(jerk_support * 10 / 15), 20)
jerk_support_bottom = =max(math.ceil(jerk_support_interface * 1 / 10), 20)
machine_nozzle_heat_up_speed = 1.5
machine_nozzle_id = BB 0.4
machine_nozzle_tip_outer_diameter = 1.0

View file

@ -23,9 +23,6 @@ infill_pattern = triangles
infill_wipe_dist = 0
jerk_enabled = True
jerk_print = 25
jerk_topbottom = =max(math.ceil(jerk_print * 25 / 25), 20)
jerk_wall = =max(math.ceil(jerk_print * 25 / 25), 20)
jerk_wall_0 = =max(math.ceil(jerk_wall * 25 / 25), 20)
layer_height = 0.2
line_width = =machine_nozzle_size
machine_min_cool_heat_time_window = 15

View file

@ -25,11 +25,7 @@ infill_overlap = 0
infill_pattern = triangles
infill_wipe_dist = 0
jerk_enabled = True
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)
jerk_print = 25
jerk_support = =max(math.ceil(jerk_print * 15 / 25), 20)
jerk_support_interface = =max(math.ceil(jerk_support * 10 / 15), 20)
jerk_support_bottom = =max(math.ceil(jerk_support_interface * 1 / 10), 20)
layer_height = 0.2
machine_min_cool_heat_time_window = 15
machine_nozzle_heat_up_speed = 1.5

View file

@ -15,10 +15,6 @@ acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
cool_fan_speed_max = =cool_fan_speed
gradual_support_infill_steps = 2
jerk_prime_tower = =math.ceil(jerk_print * 2 / 25)
jerk_support = =math.ceil(jerk_print * 15 / 25)
jerk_support_interface = =math.ceil(jerk_support * 10 / 15)
jerk_support_bottom = =math.ceil(jerk_support_interface * 1 / 10)
machine_nozzle_heat_up_speed = 1.5
machine_nozzle_id = BB 0.4
machine_nozzle_tip_outer_diameter = 1.0

View file

@ -23,9 +23,6 @@ infill_pattern = triangles
infill_wipe_dist = 0
jerk_enabled = True
jerk_print = 25
jerk_topbottom = =max(math.ceil(jerk_print * 25 / 25), 20)
jerk_wall = =max(math.ceil(jerk_print * 25 / 25), 20)
jerk_wall_0 = =max(math.ceil(jerk_wall * 25 / 25), 20)
layer_height = 0.2
line_width = =machine_nozzle_size
machine_min_cool_heat_time_window = 15

View file

@ -25,11 +25,7 @@ infill_overlap = 0
infill_pattern = triangles
infill_wipe_dist = 0
jerk_enabled = True
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)
jerk_print = 25
jerk_support = =max(math.ceil(jerk_print * 15 / 25), 20)
jerk_support_interface = =max(math.ceil(jerk_support * 10 / 15), 20)
jerk_support_bottom = =max(math.ceil(jerk_support_interface * 1 / 10), 20)
layer_height = 0.2
machine_min_cool_heat_time_window = 15
machine_nozzle_heat_up_speed = 1.5

View file

@ -15,10 +15,6 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
cool_fan_speed_max = =cool_fan_speed
gradual_support_infill_steps = 2
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)
jerk_support = =max(math.ceil(jerk_print * 15 / 25), 20)
jerk_support_interface = =max(math.ceil(jerk_support * 10 / 15), 20)
jerk_support_bottom = =max(math.ceil(jerk_support_interface * 1 / 10), 20)
machine_nozzle_heat_up_speed = 1.5
machine_nozzle_id = BB 0.4
machine_nozzle_tip_outer_diameter = 1.0

View file

@ -23,9 +23,6 @@ infill_pattern = triangles
infill_wipe_dist = 0
jerk_enabled = True
jerk_print = 25
jerk_topbottom = =max(math.ceil(jerk_print * 25 / 25), 20)
jerk_wall = =max(math.ceil(jerk_print * 25 / 25), 20)
jerk_wall_0 = =max(math.ceil(jerk_wall * 25 / 25), 20)
layer_height = 0.2
line_width = =machine_nozzle_size
machine_min_cool_heat_time_window = 15

View file

@ -25,11 +25,7 @@ infill_overlap = 0
infill_pattern = triangles
infill_wipe_dist = 0
jerk_enabled = True
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)
jerk_print = 25
jerk_support = =math.ceil(jerk_print * 15 / 25)
jerk_support_interface = =math.ceil(jerk_support * 10 / 15)
jerk_support_bottom = =math.ceil(jerk_support_interface * 1 / 10)
layer_height = 0.2
machine_min_cool_heat_time_window = 15
machine_nozzle_heat_up_speed = 1.5

View file

@ -15,10 +15,6 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
cool_fan_speed_max = =cool_fan_speed
gradual_support_infill_steps = 2
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)
jerk_support = =max(math.ceil(jerk_print * 15 / 25), 20)
jerk_support_interface = =max(math.ceil(jerk_support * 10 / 15), 20)
jerk_support_bottom = =max(math.ceil(jerk_support_interface * 1 / 10), 20)
machine_nozzle_heat_up_speed = 1.5
machine_nozzle_id = BB 0.4
machine_nozzle_tip_outer_diameter = 1.0