mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 19:35:10 +08:00

These are now upgraded to version 3, meaning that they will have to increase their version numbers and remove any start_layers_at_same_position settings they define. None of these profiles define any start_layers_at_same_position so it's just the version number then. Contributes to issue CURA-3479.
45 lines
1.3 KiB
INI
45 lines
1.3 KiB
INI
[general]
|
|
version = 3
|
|
name = Fast Print
|
|
definition = ultimaker3
|
|
|
|
[metadata]
|
|
type = quality
|
|
quality_type = fast
|
|
material = generic_tpu_ultimaker3_AA_0.4
|
|
weight = -1
|
|
|
|
[values]
|
|
brim_width = 8.75
|
|
cool_fan_speed_max = 100
|
|
cool_min_layer_time_fan_speed_max = 6
|
|
gradual_infill_step_height = =5 * layer_height
|
|
gradual_infill_steps = 4
|
|
infill_line_width = =round(line_width * 0.38 / 0.38, 2)
|
|
infill_pattern = tetrahedral
|
|
infill_sparse_density = 96
|
|
layer_height = 0.15
|
|
line_width = =machine_nozzle_size * 0.95
|
|
material_final_print_temperature = =material_print_temperature - 10
|
|
material_flow = 106
|
|
material_initial_print_temperature = =material_print_temperature - 5
|
|
material_print_temperature = =default_material_print_temperature + 2
|
|
material_print_temperature_layer_0 = =material_print_temperature
|
|
retraction_amount = 7
|
|
retraction_count_max = 12
|
|
retraction_extra_prime_amount = 0.8
|
|
skin_overlap = 15
|
|
speed_equalize_flow_enabled = True
|
|
speed_layer_0 = 18
|
|
speed_print = 25
|
|
speed_topbottom = =math.ceil(speed_print * 25 / 25)
|
|
speed_travel = 300
|
|
speed_wall = =math.ceil(speed_print * 25 / 25)
|
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 25)
|
|
support_angle = 50
|
|
support_bottom_distance = =support_z_distance / 2
|
|
top_bottom_thickness = 0.7
|
|
wall_line_width_x = =line_width
|
|
wall_thickness = 0.76
|
|
|