mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Add profiles for 0.8mm nozzle sizes
This commit is contained in:
parent
fc929428d4
commit
039c1b92de
13 changed files with 502 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Draft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_nylon_ultimaker3_AA_0.8
|
||||
weight = -2
|
||||
|
||||
[values]
|
||||
brim_width = 8.0
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
infill_before_walls = True
|
||||
infill_pattern = triangles
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
material_standby_temperature = 100
|
||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
wall_line_width_x = =wall_line_width
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Superdraft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = superdraft
|
||||
material = generic_nylon_ultimaker3_AA_0.8
|
||||
weight = -2
|
||||
|
||||
[values]
|
||||
brim_width = 8.0
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
infill_before_walls = True
|
||||
infill_pattern = triangles
|
||||
layer_height = 0.4
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
material_standby_temperature = 100
|
||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
wall_line_width_x = =wall_line_width
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Verydraft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = verydraft
|
||||
material = generic_nylon_ultimaker3_AA_0.8
|
||||
weight = -2
|
||||
|
||||
[values]
|
||||
brim_width = 8.0
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
infill_before_walls = True
|
||||
infill_pattern = triangles
|
||||
layer_height = 0.3
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
material_standby_temperature = 100
|
||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
wall_line_width_x = =wall_line_width
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Draft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_pla_ultimaker3_AA_0.8
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
brim_line_count = =math.ceil(brim_width / skirt_brim_line_width)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
gradual_infill_steps = 4
|
||||
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
||||
infill_sparse_density = 80
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_standby_temperature = 100
|
||||
ooze_shield_angle = 60
|
||||
raft_acceleration = =acceleration_print
|
||||
raft_jerk = =jerk_print
|
||||
raft_margin = 15
|
||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||
top_bottom_thickness = =layer_height * 4
|
||||
wall_line_width = =round(line_width * 0.75 / 0.75, 2)
|
||||
wall_thickness = =wall_line_width_0 + wall_line_width_x
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Superdraft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = superdraft
|
||||
material = generic_pla_ultimaker3_AA_0.8
|
||||
weight = 1
|
||||
|
||||
[values]
|
||||
brim_line_count = =math.ceil(brim_width / skirt_brim_line_width)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
gradual_infill_steps = 4
|
||||
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
||||
infill_sparse_density = 80
|
||||
layer_height = 0.4
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
||||
material_print_temperature = =default_material_print_temperature + 15
|
||||
material_standby_temperature = 100
|
||||
ooze_shield_angle = 60
|
||||
raft_acceleration = =acceleration_print
|
||||
raft_jerk = =jerk_print
|
||||
raft_margin = 15
|
||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||
top_bottom_thickness = =layer_height * 4
|
||||
wall_line_width = =round(line_width * 0.75 / 0.75, 2)
|
||||
wall_thickness = =wall_line_width_0 + wall_line_width_x
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Verydraft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = verydraft
|
||||
material = generic_pla_ultimaker3_AA_0.8
|
||||
weight = 1
|
||||
|
||||
[values]
|
||||
brim_line_count = =math.ceil(brim_width / skirt_brim_line_width)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
gradual_infill_steps = 4
|
||||
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
||||
infill_sparse_density = 80
|
||||
layer_height = 0.3
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_standby_temperature = 100
|
||||
ooze_shield_angle = 60
|
||||
raft_acceleration = =acceleration_print
|
||||
raft_jerk = =jerk_print
|
||||
raft_margin = 15
|
||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||
top_bottom_thickness = =layer_height * 4
|
||||
wall_line_width = =round(line_width * 0.75 / 0.75, 2)
|
||||
wall_thickness = =wall_line_width_0 + wall_line_width_x
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Draft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = generic_pva_ultimaker3_BB_0.8
|
||||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Superdraft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = superdraft
|
||||
weight = -2
|
||||
material = generic_pva_ultimaker3_BB_0.8
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Verydraft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = verydraft
|
||||
weight = -2
|
||||
material = generic_pva_ultimaker3_BB_0.8
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
|
64
resources/variants/ultimaker3_aa0.8.inst.cfg
Normal file
64
resources/variants/ultimaker3_aa0.8.inst.cfg
Normal file
|
@ -0,0 +1,64 @@
|
|||
[general]
|
||||
name = AA 0.8
|
||||
version = 2
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
author = ultimaker
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_line_count = 7
|
||||
brim_width = 7
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
default_material_print_temperature = 200
|
||||
infill_before_walls = False
|
||||
infill_overlap = 0
|
||||
infill_pattern = cubic
|
||||
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
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_size = 0.8
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
ooze_shield_angle = 40
|
||||
raft_acceleration = =acceleration_layer_0
|
||||
raft_margin = 10
|
||||
retract_at_layer_change = True
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 2
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
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 = 70
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_line_width = =line_width * 0.75
|
||||
support_top_distance = =support_z_distance
|
||||
support_xy_distance = =wall_line_width_0 * 1.5
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 16.5
|
||||
top_bottom_thickness = 1.4
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2)
|
||||
wall_thickness = 2
|
||||
|
74
resources/variants/ultimaker3_bb0.8.inst.cfg
Normal file
74
resources/variants/ultimaker3_bb0.8.inst.cfg
Normal file
|
@ -0,0 +1,74 @@
|
|||
[general]
|
||||
name = BB 0.8
|
||||
version = 2
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
author = ultimaker
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
acceleration_support_interface = =math.ceil(acceleration_topbottom * 100 / 500)
|
||||
brim_width = 3
|
||||
cool_fan_speed = 50
|
||||
cool_min_speed = 5
|
||||
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_print = 25
|
||||
jerk_support_interface = =math.ceil(jerk_topbottom * 1 / 5)
|
||||
layer_height = 0.2
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_size = 0.8
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
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_hop = 2
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 5
|
||||
retraction_prime_speed = 15
|
||||
skin_overlap = 5
|
||||
speed_layer_0 = 20
|
||||
speed_print = 35
|
||||
speed_support_interface = =math.ceil(speed_topbottom * 15 / 20)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_angle = 60
|
||||
support_bottom_height = =layer_height * 2
|
||||
support_bottom_stair_step_height = =layer_height
|
||||
support_infill_rate = 25
|
||||
support_interface_enable = True
|
||||
support_interface_height = =layer_height * 5
|
||||
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 = =wall_line_width_0 / 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
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_thickness = 1
|
||||
|
64
resources/variants/ultimaker3_extended_aa0.8.inst.cfg
Normal file
64
resources/variants/ultimaker3_extended_aa0.8.inst.cfg
Normal file
|
@ -0,0 +1,64 @@
|
|||
[general]
|
||||
name = AA 0.8
|
||||
version = 2
|
||||
definition = ultimaker3_extended
|
||||
|
||||
[metadata]
|
||||
author = ultimaker
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_line_count = 7
|
||||
brim_width = 7
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
default_material_print_temperature = 200
|
||||
infill_before_walls = False
|
||||
infill_overlap = 0
|
||||
infill_pattern = cubic
|
||||
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
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_size = 0.8
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
ooze_shield_angle = 40
|
||||
raft_acceleration = =acceleration_layer_0
|
||||
raft_margin = 10
|
||||
retract_at_layer_change = True
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 2
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
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 = 70
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_line_width = =line_width * 0.75
|
||||
support_top_distance = =support_z_distance
|
||||
support_xy_distance = =wall_line_width_0 * 1.5
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 16.5
|
||||
top_bottom_thickness = 1.4
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2)
|
||||
wall_thickness = 2
|
||||
|
74
resources/variants/ultimaker3_extended_bb0.8.inst.cfg
Normal file
74
resources/variants/ultimaker3_extended_bb0.8.inst.cfg
Normal file
|
@ -0,0 +1,74 @@
|
|||
[general]
|
||||
name = BB 0.8
|
||||
version = 2
|
||||
definition = ultimaker3_extended
|
||||
|
||||
[metadata]
|
||||
author = ultimaker
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
acceleration_support_interface = =math.ceil(acceleration_topbottom * 100 / 500)
|
||||
brim_width = 3
|
||||
cool_fan_speed = 50
|
||||
cool_min_speed = 5
|
||||
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_print = 25
|
||||
jerk_support_interface = =math.ceil(jerk_topbottom * 1 / 5)
|
||||
layer_height = 0.2
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_size = 0.8
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
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_hop = 2
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 5
|
||||
retraction_prime_speed = 15
|
||||
skin_overlap = 5
|
||||
speed_layer_0 = 20
|
||||
speed_print = 35
|
||||
speed_support_interface = =math.ceil(speed_topbottom * 15 / 20)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_angle = 60
|
||||
support_bottom_height = =layer_height * 2
|
||||
support_bottom_stair_step_height = =layer_height
|
||||
support_infill_rate = 25
|
||||
support_interface_enable = True
|
||||
support_interface_height = =layer_height * 5
|
||||
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 = =wall_line_width_0 / 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
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_thickness = 1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue