Update PVA profiles with gradual infill settings

These profiles are optimised by hand.
This commit is contained in:
Ghostkeeper 2017-07-24 09:08:49 +02:00
parent 3aabbab11f
commit 06caedbed8
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
10 changed files with 18 additions and 13 deletions

View file

@ -17,6 +17,8 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
brim_width = 3
cool_fan_speed = 50
cool_min_speed = 5
gradual_support_infill_step_height = 1.6
gradual_support_infill_steps = 2
infill_line_width = =round(line_width * 0.8 / 0.7, 2)
infill_overlap = 0
infill_pattern = triangles
@ -67,9 +69,10 @@ support_angle = 60
support_bottom_height = =layer_height * 2
support_bottom_pattern = zigzag
support_bottom_stair_step_height = =layer_height
support_infill_rate = 25
support_infill_rate = 50
support_infill_sparse_thickness = 0.4
support_interface_enable = True
support_interface_height = =layer_height * 5
support_interface_height = 0.6
support_interface_skip_height = =layer_height
support_join_distance = 3
support_line_width = =round(line_width * 0.4 / 0.35, 2)

View file

@ -13,6 +13,7 @@ acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
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)
@ -31,8 +32,10 @@ speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
support_bottom_height = =layer_height * 2
support_bottom_pattern = zigzag
support_bottom_stair_step_height = =layer_height
support_infill_rate = 25
support_infill_rate = 50
support_infill_sparse_thickness = 0.2
support_interface_enable = True
support_interface_height = 0.6
support_interface_skip_height = =layer_height
support_join_distance = 3
support_line_width = =round(line_width * 0.4 / 0.35, 2)