mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue