mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 07:36:32 +08:00

With the increase in linewidth to the nozzle size, the material flow for especially the infill (but also inner walls) is increased. The speeds are reduced for the superdraft profiles to match the maximum material flow in CURA413. In the future we want to clean this up in a nice way, but for now this at least fixes some serious extrusion problems. PP-104
44 lines
1.2 KiB
INI
44 lines
1.2 KiB
INI
[general]
|
|
version = 4
|
|
name = Sprint
|
|
definition = ultimaker3
|
|
|
|
[metadata]
|
|
setting_version = 19
|
|
type = quality
|
|
quality_type = superdraft
|
|
weight = -4
|
|
material = generic_pp
|
|
variant = AA 0.8
|
|
|
|
[values]
|
|
brim_width = 25
|
|
cool_min_layer_time_fan_speed_max = 6
|
|
cool_min_speed = 17
|
|
top_skin_expand_distance = =line_width * 2
|
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
|
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
|
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_min_volume = 20
|
|
retract_at_layer_change = False
|
|
retraction_count_max = 12
|
|
retraction_extra_prime_amount = 0.5
|
|
retraction_hop = 0.5
|
|
retraction_min_travel = 1.5
|
|
retraction_prime_speed = 15
|
|
speed_travel = 300
|
|
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
|
speed_infill = =math.ceil(speed_wall * 30 / 30)
|
|
support_bottom_distance = =support_z_distance
|
|
support_offset = =line_width
|
|
switch_extruder_prime_speed = 15
|
|
switch_extruder_retraction_amount = 20
|
|
switch_extruder_retraction_speeds = 45
|
|
top_bottom_thickness = 1.6
|
|
wall_0_wipe_dist = =line_width * 2
|