mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue