mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Merge remote-tracking branch 'Ultimaker/master' into Felix_Profile
This commit is contained in:
commit
e8b37ea39c
133 changed files with 123367 additions and 2341 deletions
50
resources/variants/ultimaker_s5_aa0.25.inst.cfg
Normal file
50
resources/variants/ultimaker_s5_aa0.25.inst.cfg
Normal file
|
@ -0,0 +1,50 @@
|
|||
[general]
|
||||
name = AA 0.25
|
||||
version = 3
|
||||
definition = ultimaker_s5
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 7
|
||||
infill_line_width = 0.23
|
||||
layer_height_0 = 0.17
|
||||
line_width = 0.23
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = AA 0.25
|
||||
machine_nozzle_size = 0.25
|
||||
machine_nozzle_tip_outer_diameter = 0.65
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
raft_airgap = 0.3
|
||||
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_surface_layers = 2
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1
|
||||
retraction_min_travel = 0.7
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skin_overlap = 15
|
||||
speed_layer_0 = 20
|
||||
speed_print = 55
|
||||
speed_topbottom = 20
|
||||
speed_wall = =math.ceil(speed_print * 30 / 55)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||
top_bottom_thickness = 1.2
|
||||
wall_line_width_x = 0.23
|
||||
wall_thickness = 1.3
|
67
resources/variants/ultimaker_s5_aa0.8.inst.cfg
Normal file
67
resources/variants/ultimaker_s5_aa0.8.inst.cfg
Normal file
|
@ -0,0 +1,67 @@
|
|||
[general]
|
||||
name = AA 0.8
|
||||
version = 3
|
||||
definition = ultimaker_s5
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_speed = 5
|
||||
default_material_print_temperature = 200
|
||||
infill_before_walls = False
|
||||
infill_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_print = 25
|
||||
jerk_topbottom = =math.ceil(jerk_print * 25 / 25)
|
||||
jerk_wall = =math.ceil(jerk_print * 25 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 25 / 25)
|
||||
layer_height = 0.2
|
||||
line_width = =machine_nozzle_size
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = AA 0.8
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_tip_outer_diameter = 2.0
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = False
|
||||
prime_tower_wipe_enabled = True
|
||||
retract_at_layer_change = =not magic_spiralize
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 2
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =line_width * 2
|
||||
skin_overlap = 5
|
||||
speed_equalize_flow_enabled = True
|
||||
speed_layer_0 = 20
|
||||
speed_print = 35
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 35)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = 20
|
||||
switch_extruder_retraction_amount = 16.5
|
||||
top_bottom_thickness = 1.4
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 2
|
42
resources/variants/ultimaker_s5_aa04.inst.cfg
Normal file
42
resources/variants/ultimaker_s5_aa04.inst.cfg
Normal file
|
@ -0,0 +1,42 @@
|
|||
[general]
|
||||
name = AA 0.4
|
||||
version = 3
|
||||
definition = ultimaker_s5
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 7
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_id = AA 0.4
|
||||
machine_nozzle_tip_outer_diameter = 1.0
|
||||
raft_acceleration = =acceleration_print
|
||||
raft_airgap = 0.3
|
||||
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_surface_layers = 2
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skin_overlap = 15
|
||||
speed_print = 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_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
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
|
95
resources/variants/ultimaker_s5_bb0.8.inst.cfg
Normal file
95
resources/variants/ultimaker_s5_bb0.8.inst.cfg
Normal file
|
@ -0,0 +1,95 @@
|
|||
[general]
|
||||
name = BB 0.8
|
||||
version = 3
|
||||
definition = ultimaker_s5
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
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)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
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
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_prime_tower = =math.ceil(jerk_print * 2 / 25)
|
||||
jerk_print = 25
|
||||
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
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = BB 0.8
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_tip_outer_diameter = 2.0
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = False
|
||||
prime_tower_purge_volume = 2
|
||||
prime_tower_wall_thickness = 2.2
|
||||
prime_tower_wipe_enabled = True
|
||||
raft_acceleration = =acceleration_layer_0
|
||||
raft_airgap = 0
|
||||
raft_base_speed = 20
|
||||
raft_base_thickness = 0.3
|
||||
raft_interface_line_spacing = 0.5
|
||||
raft_interface_line_width = 0.5
|
||||
raft_interface_speed = 20
|
||||
raft_interface_thickness = 0.2
|
||||
raft_margin = 10
|
||||
raft_speed = 25
|
||||
raft_surface_layers = 1
|
||||
retraction_amount = 4.5
|
||||
retraction_count_max = 15
|
||||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_hop = 2
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =line_width * 3
|
||||
retraction_prime_speed = 15
|
||||
skin_overlap = 5
|
||||
speed_layer_0 = 20
|
||||
speed_print = 35
|
||||
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_prime_tower = =math.ceil(speed_print * 7 / 35)
|
||||
support_angle = 60
|
||||
support_bottom_height = =layer_height * 2
|
||||
support_bottom_pattern = zigzag
|
||||
support_bottom_stair_step_height = =layer_height
|
||||
support_infill_rate = 50
|
||||
support_infill_sparse_thickness = 0.4
|
||||
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)
|
||||
support_offset = 1.5
|
||||
support_pattern = triangles
|
||||
support_use_towers = False
|
||||
support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 4
|
||||
support_z_distance = 0
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 12
|
||||
top_bottom_thickness = 1
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 1
|
53
resources/variants/ultimaker_s5_bb04.inst.cfg
Normal file
53
resources/variants/ultimaker_s5_bb04.inst.cfg
Normal file
|
@ -0,0 +1,53 @@
|
|||
[general]
|
||||
name = BB 0.4
|
||||
version = 3
|
||||
definition = ultimaker_s5
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[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)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
gradual_support_infill_steps = 2
|
||||
jerk_prime_tower = =math.ceil(jerk_print * 2 / 25)
|
||||
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
|
||||
machine_nozzle_tip_outer_diameter = 1.0
|
||||
prime_tower_purge_volume = 2
|
||||
prime_tower_wall_thickness = 1.5
|
||||
raft_base_speed = 20
|
||||
raft_interface_speed = 20
|
||||
raft_speed = 25
|
||||
retraction_amount = 4.5
|
||||
retraction_count_max = 20
|
||||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_min_travel = =3 * line_width
|
||||
speed_layer_0 = 20
|
||||
speed_prime_tower = =math.ceil(speed_print * 10 / 35)
|
||||
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)
|
||||
support_bottom_height = =layer_height * 2
|
||||
support_bottom_pattern = zigzag
|
||||
support_bottom_stair_step_height = =layer_height
|
||||
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)
|
||||
support_offset = 3
|
||||
support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 2
|
||||
switch_extruder_retraction_amount = 12
|
13
resources/variants/ultimaker_s5_glass.inst.cfg
Normal file
13
resources/variants/ultimaker_s5_glass.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
name = Glass
|
||||
version = 3
|
||||
definition = ultimaker_s5
|
||||
|
||||
[metadata]
|
||||
setting_version = 4
|
||||
type = variant
|
||||
hardware_type = buildplate
|
||||
|
||||
[values]
|
||||
material_bed_temperature = =default_material_bed_temperature
|
||||
machine_buildplate_type = glass
|
Loading…
Add table
Add a link
Reference in a new issue