mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-20 12:44:23 +08:00
Add 0.8mm TPU profiles
They have already been optimised together with ABS, CPE, PLA, Nylon and PVA. Contributes to issue CURA-3650.
This commit is contained in:
parent
5de3b4614f
commit
cc2d0d3cfe
@ -0,0 +1,62 @@
|
||||
[general]
|
||||
version = 2
|
||||
name = Draft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_tpu_ultimaker3_AA_0.8
|
||||
weight = -2
|
||||
|
||||
[values]
|
||||
brim_width = 8.75
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
expand_skins_expand_distance = =line_width * 2
|
||||
expand_skins_into_infill = True
|
||||
expand_upper_skins = True
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 5
|
||||
infill_before_walls = True
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = tetrahedral
|
||||
infill_sparse_density = 80
|
||||
jerk_prime_tower = =math.ceil(jerk_print * 25 / 25)
|
||||
jerk_support = =math.ceil(jerk_print * 25 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 15 / 25)
|
||||
material_bed_temperature_layer_0 = 0
|
||||
material_flow = 105
|
||||
material_print_temperature = =default_material_print_temperature - 2
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 2
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0.2
|
||||
prime_tower_enable = True
|
||||
prime_tower_flow = 100
|
||||
prime_tower_wall_thickness = =prime_tower_line_width * 2
|
||||
retract_at_layer_change = False
|
||||
retraction_count_max = 12
|
||||
retraction_extra_prime_amount = 0.5
|
||||
retraction_hop = 0.5
|
||||
retraction_hop_only_when_collides = False
|
||||
retraction_min_travel = 0.8
|
||||
retraction_prime_speed = 15
|
||||
skin_line_width = =round(line_width * 0.78 / 0.8, 2)
|
||||
skin_overlap = 15
|
||||
speed_print = 30
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 30)
|
||||
speed_travel = 300
|
||||
speed_wall = =math.ceil(speed_print * 30 / 30)
|
||||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
support_offset = =line_width
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
top_bottom_thickness = 1.2
|
||||
travel_compensate_overlapping_walls_0_enabled = False
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
wall_line_width_x = =round(line_width * 0.6 / 0.8, 2)
|
||||
wall_thickness = 1.3
|
||||
|
@ -0,0 +1,63 @@
|
||||
[general]
|
||||
version = 2
|
||||
name = Superdraft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = superdraft
|
||||
material = generic_tpu_ultimaker3_AA_0.8
|
||||
weight = -4
|
||||
|
||||
[values]
|
||||
brim_width = 8.75
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
expand_skins_expand_distance = =line_width * 2
|
||||
expand_skins_into_infill = True
|
||||
expand_upper_skins = True
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 5
|
||||
infill_before_walls = True
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = tetrahedral
|
||||
infill_sparse_density = 80
|
||||
jerk_prime_tower = =math.ceil(jerk_print * 25 / 25)
|
||||
jerk_support = =math.ceil(jerk_print * 25 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 15 / 25)
|
||||
layer_height = 0.4
|
||||
material_bed_temperature_layer_0 = 0
|
||||
material_flow = 105
|
||||
material_print_temperature = =default_material_print_temperature + 2
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 2
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0.2
|
||||
prime_tower_enable = True
|
||||
prime_tower_flow = 100
|
||||
prime_tower_wall_thickness = =prime_tower_line_width * 2
|
||||
retract_at_layer_change = False
|
||||
retraction_count_max = 12
|
||||
retraction_extra_prime_amount = 0.5
|
||||
retraction_hop = 0.5
|
||||
retraction_hop_only_when_collides = False
|
||||
retraction_min_travel = 0.8
|
||||
retraction_prime_speed = 15
|
||||
skin_line_width = =round(line_width * 0.78 / 0.8, 2)
|
||||
skin_overlap = 15
|
||||
speed_print = 30
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 30)
|
||||
speed_travel = 300
|
||||
speed_wall = =math.ceil(speed_print * 30 / 30)
|
||||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
support_offset = =line_width
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
top_bottom_thickness = 1.2
|
||||
travel_compensate_overlapping_walls_0_enabled = False
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
wall_line_width_x = =round(line_width * 0.6 / 0.8, 2)
|
||||
wall_thickness = 1.3
|
||||
|
@ -0,0 +1,62 @@
|
||||
[general]
|
||||
version = 2
|
||||
name = Verydraft Print
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = verydraft
|
||||
material = generic_tpu_ultimaker3_AA_0.8
|
||||
weight = -3
|
||||
|
||||
[values]
|
||||
brim_width = 8.75
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
expand_skins_expand_distance = =line_width * 2
|
||||
expand_skins_into_infill = True
|
||||
expand_upper_skins = True
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
gradual_infill_steps = 5
|
||||
infill_before_walls = True
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = tetrahedral
|
||||
infill_sparse_density = 80
|
||||
jerk_prime_tower = =math.ceil(jerk_print * 25 / 25)
|
||||
jerk_support = =math.ceil(jerk_print * 25 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 15 / 25)
|
||||
layer_height = 0.3
|
||||
material_bed_temperature_layer_0 = 0
|
||||
material_flow = 105
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 2
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0.2
|
||||
prime_tower_enable = True
|
||||
prime_tower_flow = 100
|
||||
prime_tower_wall_thickness = =prime_tower_line_width * 2
|
||||
retract_at_layer_change = False
|
||||
retraction_count_max = 12
|
||||
retraction_extra_prime_amount = 0.5
|
||||
retraction_hop = 0.5
|
||||
retraction_hop_only_when_collides = False
|
||||
retraction_min_travel = 0.8
|
||||
retraction_prime_speed = 15
|
||||
skin_line_width = =round(line_width * 0.78 / 0.8, 2)
|
||||
skin_overlap = 15
|
||||
speed_print = 30
|
||||
speed_topbottom = =math.ceil(speed_print * 23 / 30)
|
||||
speed_travel = 300
|
||||
speed_wall = =math.ceil(speed_print * 30 / 30)
|
||||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
support_offset = =line_width
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
top_bottom_thickness = 1.2
|
||||
travel_compensate_overlapping_walls_0_enabled = False
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
wall_line_width_x = =round(line_width * 0.6 / 0.8, 2)
|
||||
wall_thickness = 1.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user