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

The raft middle line width is the average between the top and the base of the raft. This reduces flow jumps significantly. PP-243
38 lines
858 B
INI
38 lines
858 B
INI
[general]
|
|
version = 4
|
|
name = Fine
|
|
definition = ultimaker2_plus
|
|
|
|
[metadata]
|
|
setting_version = 20
|
|
type = quality
|
|
quality_type = draft
|
|
weight = 0
|
|
material = generic_cpe_plus
|
|
variant = 0.6 mm
|
|
|
|
[values]
|
|
adhesion_type = raft
|
|
cool_fan_speed = 45
|
|
cool_fan_speed_min = =cool_fan_speed * 25 / 45
|
|
cool_min_layer_time = 3
|
|
cool_min_speed = 8
|
|
infill_overlap = =0 if infill_sparse_density > 80 else 5
|
|
infill_sparse_density = 35
|
|
layer_0_z_overlap = 0.22
|
|
|
|
raft_airgap = 0.37
|
|
raft_base_line_spacing = 2.4
|
|
raft_base_line_width = 1.2
|
|
raft_interface_line_spacing = 1.4
|
|
speed_layer_0 = =math.ceil(speed_print * 30 / 35)
|
|
speed_print = 35
|
|
speed_topbottom = =math.ceil(speed_print * 20 / 35)
|
|
speed_travel = 150
|
|
speed_wall_0 = =math.ceil(speed_print * 30 / 35)
|
|
speed_wall_x = =speed_print
|
|
support_angle = 45
|
|
support_enable = True
|
|
support_z_distance = 0.22
|
|
top_bottom_thickness = 0.75
|