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:
p.kuiper 2022-06-01 13:54:00 +02:00
parent 8579a6baf3
commit 20efe02d8b
9 changed files with 15 additions and 33 deletions

View file

@ -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