mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 19:35:10 +08:00
36 lines
791 B
INI
36 lines
791 B
INI
[general]
|
|
definition = ultimaker2_plus
|
|
name = Normal
|
|
version = 4
|
|
|
|
[metadata]
|
|
material = generic_tpu
|
|
quality_type = fast
|
|
setting_version = 23
|
|
type = quality
|
|
variant = 0.6 mm
|
|
weight = -1
|
|
|
|
[values]
|
|
adhesion_type = brim
|
|
brim_line_count = 8
|
|
cool_fan_speed = 60
|
|
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
|
infill_sparse_density = 10
|
|
layer_0_z_overlap = 0.12
|
|
raft_airgap = 0.24
|
|
retraction_count_max = 15
|
|
retraction_hop_enabled = 0.2
|
|
speed_infill = =math.ceil(speed_print * 45 / 45)
|
|
speed_print = 45
|
|
speed_support = 40
|
|
speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
|
speed_travel = 150
|
|
speed_wall_0 = =math.ceil(speed_print * 15 / 45)
|
|
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
|
support_angle = 45
|
|
support_enable = True
|
|
support_z_distance = =layer_height * 2
|
|
top_bottom_thickness = 1.2
|
|
|