mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
35 lines
799 B
INI
35 lines
799 B
INI
[general]
|
|
definition = ultimaker3
|
|
name = Normal
|
|
version = 4
|
|
|
|
[metadata]
|
|
material = generic_cpe_plus
|
|
quality_type = fast
|
|
setting_version = 22
|
|
type = quality
|
|
variant = AA 0.4
|
|
weight = -1
|
|
|
|
[values]
|
|
infill_overlap = 0
|
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
|
infill_wipe_dist = 0
|
|
layer_height = 0.15
|
|
machine_min_cool_heat_time_window = 15
|
|
multiple_mesh_overlap = 0
|
|
prime_tower_enable = True
|
|
prime_tower_wipe_enabled = True
|
|
retraction_hop = 0.2
|
|
retraction_hop_enabled = False
|
|
retraction_hop_only_when_collides = True
|
|
skin_overlap = 20
|
|
speed_print = 45
|
|
speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
|
speed_travel = 250
|
|
speed_wall = =math.ceil(speed_print * 45 / 45)
|
|
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
|
support_z_distance = =layer_height
|
|
wall_0_inset = 0
|
|
|