mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:55:53 +08:00
Update PVA profiles
These updates bring different speeds for support-top vs. support-bottom, and changes the bottom pattern now that they are separately configurable. I also sorted the BB0.8 variant alphabetically (raft settings were out of place).
This commit is contained in:
parent
e40f60a52b
commit
2fb73cccb2
@ -11,10 +11,6 @@ material = generic_pva_ultimaker3_BB_0.4
|
|||||||
setting_version = 1
|
setting_version = 1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
acceleration_support = =math.ceil(acceleration_print * 500 / 4000)
|
|
||||||
acceleration_support_infill = =acceleration_support
|
|
||||||
jerk_support = =math.ceil(jerk_print * 5 / 25)
|
|
||||||
jerk_support_infill = =jerk_support
|
|
||||||
material_print_temperature = =default_material_print_temperature + 10
|
material_print_temperature = =default_material_print_temperature + 10
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
skin_overlap = 20
|
skin_overlap = 20
|
||||||
@ -24,4 +20,3 @@ speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
|||||||
jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
|
jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
|
||||||
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500 )
|
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500 )
|
||||||
support_xy_distance = =round(line_width * 1.5, 2)
|
support_xy_distance = =round(line_width * 1.5, 2)
|
||||||
|
|
||||||
|
@ -11,10 +11,6 @@ material = generic_pva_ultimaker3_BB_0.4
|
|||||||
setting_version = 1
|
setting_version = 1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
acceleration_support = =math.ceil(acceleration_print * 500 / 4000)
|
|
||||||
acceleration_support_infill = =acceleration_support
|
|
||||||
jerk_support = =math.ceil(jerk_print * 5 / 25)
|
|
||||||
jerk_support_infill = =jerk_support
|
|
||||||
material_print_temperature = =default_material_print_temperature + 5
|
material_print_temperature = =default_material_print_temperature + 5
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
skin_overlap = 15
|
skin_overlap = 15
|
||||||
|
@ -11,10 +11,6 @@ material = generic_pva_ultimaker3_BB_0.4
|
|||||||
setting_version = 1
|
setting_version = 1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
acceleration_support = =math.ceil(acceleration_print * 500 / 4000)
|
|
||||||
acceleration_support_infill = =acceleration_support
|
|
||||||
jerk_support = =math.ceil(jerk_print * 5 / 25)
|
|
||||||
jerk_support_infill = =jerk_support
|
|
||||||
support_infill_rate = 25
|
support_infill_rate = 25
|
||||||
support_interface_height = 0.8
|
support_interface_height = 0.8
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
@ -23,4 +19,3 @@ speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
|||||||
jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
|
jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
|
||||||
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500 )
|
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500 )
|
||||||
support_xy_distance = =round(line_width * 1.5, 2)
|
support_xy_distance = =round(line_width * 1.5, 2)
|
||||||
|
|
||||||
|
@ -11,10 +11,6 @@ material = generic_pva_ultimaker3_BB_0.4
|
|||||||
setting_version = 1
|
setting_version = 1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
acceleration_support = =math.ceil(acceleration_print * 500 / 4000)
|
|
||||||
acceleration_support_infill = =acceleration_support
|
|
||||||
jerk_support = =math.ceil(jerk_print * 5 / 25)
|
|
||||||
jerk_support_infill = =jerk_support
|
|
||||||
support_infill_rate = 25
|
support_infill_rate = 25
|
||||||
support_interface_height = 0.8
|
support_interface_height = 0.8
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
|
@ -11,7 +11,9 @@ setting_version = 1
|
|||||||
[values]
|
[values]
|
||||||
acceleration_enabled = True
|
acceleration_enabled = True
|
||||||
acceleration_print = 4000
|
acceleration_print = 4000
|
||||||
acceleration_support_interface = =math.ceil(acceleration_topbottom * 100 / 500)
|
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)
|
||||||
brim_width = 3
|
brim_width = 3
|
||||||
cool_fan_speed = 50
|
cool_fan_speed = 50
|
||||||
cool_min_speed = 5
|
cool_min_speed = 5
|
||||||
@ -21,7 +23,9 @@ infill_pattern = triangles
|
|||||||
infill_wipe_dist = 0
|
infill_wipe_dist = 0
|
||||||
jerk_enabled = True
|
jerk_enabled = True
|
||||||
jerk_print = 25
|
jerk_print = 25
|
||||||
jerk_support_interface = =math.ceil(jerk_topbottom * 1 / 5)
|
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
|
layer_height = 0.2
|
||||||
machine_min_cool_heat_time_window = 15
|
machine_min_cool_heat_time_window = 15
|
||||||
machine_nozzle_heat_up_speed = 1.5
|
machine_nozzle_heat_up_speed = 1.5
|
||||||
@ -54,14 +58,18 @@ retraction_prime_speed = 15
|
|||||||
skin_overlap = 5
|
skin_overlap = 5
|
||||||
speed_layer_0 = 20
|
speed_layer_0 = 20
|
||||||
speed_print = 35
|
speed_print = 35
|
||||||
speed_support_interface = =math.ceil(speed_topbottom * 15 / 20)
|
speed_support = =math.ceil(speed_print * 25 / 35)
|
||||||
|
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
||||||
|
speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_height = =layer_height * 2
|
support_bottom_height = =layer_height * 2
|
||||||
|
support_bottom_pattern = zigzag
|
||||||
support_bottom_stair_step_height = =layer_height
|
support_bottom_stair_step_height = =layer_height
|
||||||
support_infill_rate = 25
|
support_infill_rate = 25
|
||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
support_interface_height = =layer_height * 5
|
support_interface_height = =layer_height * 5
|
||||||
|
support_interface_skip_height = =layer_height
|
||||||
support_join_distance = 3
|
support_join_distance = 3
|
||||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||||
support_offset = 1.5
|
support_offset = 1.5
|
||||||
|
@ -9,22 +9,32 @@ type = variant
|
|||||||
setting_version = 1
|
setting_version = 1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
|
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
|
cool_fan_speed_max = =cool_fan_speed
|
||||||
|
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_heat_up_speed = 1.5
|
||||||
material_print_temperature = 215
|
material_print_temperature = 215
|
||||||
|
raft_base_speed = 20
|
||||||
|
raft_interface_speed = 20
|
||||||
|
raft_speed = 25
|
||||||
retraction_extrusion_window = =retraction_amount
|
retraction_extrusion_window = =retraction_amount
|
||||||
speed_layer_0 = 20
|
speed_layer_0 = 20
|
||||||
|
speed_support = =math.ceil(speed_print * 25 / 35)
|
||||||
|
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
||||||
|
speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||||
support_bottom_height = =layer_height * 2
|
support_bottom_height = =layer_height * 2
|
||||||
|
support_bottom_pattern = zigzag
|
||||||
support_bottom_stair_step_height = =layer_height
|
support_bottom_stair_step_height = =layer_height
|
||||||
raft_interface_speed = 20
|
|
||||||
raft_base_speed = 20
|
|
||||||
support_infill_rate = 25
|
support_infill_rate = 25
|
||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
|
support_interface_skip_height = =layer_height
|
||||||
support_join_distance = 3
|
support_join_distance = 3
|
||||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||||
support_offset = 3
|
support_offset = 3
|
||||||
support_xy_distance = =wall_line_width_0 * 3
|
support_xy_distance = =wall_line_width_0 * 3
|
||||||
support_xy_distance_overhang = =wall_line_width_0 / 2
|
support_xy_distance_overhang = =wall_line_width_0 / 2
|
||||||
raft_speed = 25
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user