mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-15 01:38:02 +08:00

Making these profiles use line distance prevents the user from setting their own density. This density is exactly equivalent. Contributes to issue CURA-3491.
37 lines
997 B
INI
37 lines
997 B
INI
[general]
|
|
version = 2
|
|
name = Draft Print
|
|
definition = ultimaker3
|
|
|
|
[metadata]
|
|
type = quality
|
|
quality_type = draft
|
|
material = generic_pc_ultimaker3_AA_0.4
|
|
weight = -2
|
|
|
|
[values]
|
|
adhesion_type = raft
|
|
cool_fan_full_at_height = =layer_height_0 + layer_height
|
|
cool_fan_speed_max = 90
|
|
cool_min_layer_time_fan_speed_max = 5
|
|
cool_min_speed = 6
|
|
infill_line_width = =round(line_width * 0.4 / 0.35, 2)
|
|
infill_overlap_mm = 0.05
|
|
layer_height = 0.2
|
|
material_final_print_temperature = =material_print_temperature - 10
|
|
material_initial_print_temperature = =material_print_temperature - 5
|
|
material_print_temperature = =default_material_print_temperature + 10
|
|
material_print_temperature_layer_0 = =material_print_temperature + 5
|
|
ooze_shield_angle = 40
|
|
raft_airgap = 0.25
|
|
raft_margin = 15
|
|
retraction_count_max = 80
|
|
skin_overlap = 30
|
|
speed_layer_0 = 25
|
|
support_interface_density = 87.5
|
|
support_interface_pattern = lines
|
|
support_pattern = zigzag
|
|
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)
|
|
xy_offset = -0.15
|
|
|