mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Sync UM3 extended variants with UM3
They should always be the same. Contributes to issue CURA-3377.
This commit is contained in:
parent
e0b39800a2
commit
c010f3203c
3 changed files with 21 additions and 20 deletions
|
@ -12,34 +12,30 @@ setting_version = 2
|
|||
brim_width = 7
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_id = AA 0.4
|
||||
machine_nozzle_size = 0.4
|
||||
raft_acceleration = =acceleration_print
|
||||
raft_airgap = 0.3
|
||||
raft_base_speed = 15
|
||||
raft_base_thickness = 0.3
|
||||
raft_interface_line_spacing = 0.9
|
||||
raft_interface_line_width = 0.7
|
||||
raft_interface_speed = 15
|
||||
raft_interface_thickness = 0.15
|
||||
raft_base_thickness = =resolveOrValue('layer_height_0') * 1.2
|
||||
raft_interface_line_spacing = =raft_interface_line_width + 0.2
|
||||
raft_interface_line_width = =line_width * 2
|
||||
raft_interface_thickness = =layer_height * 1.5
|
||||
raft_jerk = =jerk_print
|
||||
raft_margin = 15
|
||||
raft_speed = 20
|
||||
raft_surface_layers = 2
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = 1.5
|
||||
retraction_prime_speed = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skin_overlap = 15
|
||||
speed_print = 70
|
||||
speed_layer_0 = =round(speed_print * 30 / 70)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_infill_rate = 15
|
||||
support_join_distance = 2.0
|
||||
support_offset = 0.2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = 20
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.3
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -13,12 +13,12 @@ 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)
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = BB 0.4
|
||||
material_print_temperature = 215
|
||||
raft_base_speed = 20
|
||||
raft_interface_speed = 20
|
||||
raft_speed = 25
|
||||
|
@ -31,8 +31,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue