mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 20:06:06 +08:00

- Add a new field "variant" in "metadata" section for quality profiles. "material" will only contain values such as "generic_abs", and "variant" will contain values such as "0.25 mm", "AA 0.4", etc. - Reformat "metadata" section to have the following order: - setting_version - type - quality_type - weight - global_quality - material - variant
37 lines
836 B
INI
37 lines
836 B
INI
[general]
|
|
version = 2
|
|
name = Fine
|
|
definition = ultimaker3
|
|
|
|
[metadata]
|
|
setting_version = 4
|
|
type = quality
|
|
quality_type = normal
|
|
weight = 0
|
|
material = generic_pla
|
|
variant = AA 0.25
|
|
|
|
[values]
|
|
brim_width = 8
|
|
cool_fan_full_at_height = =layer_height_0
|
|
cool_min_speed = 10
|
|
infill_overlap = 10
|
|
infill_pattern = grid
|
|
machine_nozzle_cool_down_speed = 0.9
|
|
machine_nozzle_heat_up_speed = 1.4
|
|
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
|
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
|
material_print_temperature = 190
|
|
retraction_hop = 0.2
|
|
skin_overlap = 5
|
|
speed_layer_0 = 30
|
|
speed_print = 30
|
|
speed_travel_layer_0 = 120
|
|
speed_wall = 25
|
|
speed_wall_0 = 20
|
|
top_bottom_thickness = 0.72
|
|
travel_avoid_distance = 0.4
|
|
wall_0_inset = 0.015
|
|
wall_0_wipe_dist = 0.25
|
|
wall_thickness = 0.7
|