mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Also changed the jerk setting for support material to 20mm/s to prevent flow ringing in the support material and increase productivity.
Relates to PP-19
This commit is contained in:
parent
8579a6baf3
commit
20efe02d8b
9 changed files with 15 additions and 33 deletions
|
@ -24,9 +24,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
|||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
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
|
||||
|
|
|
@ -24,9 +24,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
|||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
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
|
||||
|
|
|
@ -15,9 +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_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
|
||||
|
|
|
@ -23,9 +23,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
|||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
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
|
||||
|
|
|
@ -23,9 +23,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
|||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
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
|
||||
|
|
|
@ -15,9 +15,6 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
|
|||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
gradual_support_infill_steps = 2
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue