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

We've removed a bunch of settings and transformed others. To allow profiles to be checked for these and edited if necessary, we now need to increment this version number. Contributes to issue CURA-8466.
20 lines
415 B
INI
20 lines
415 B
INI
[general]
|
|
version = 4
|
|
name = Fine
|
|
definition = ultimaker3
|
|
|
|
[metadata]
|
|
setting_version = 20
|
|
type = quality
|
|
quality_type = normal
|
|
weight = 0
|
|
material = generic_abs
|
|
variant = AA 0.25
|
|
|
|
[values]
|
|
cool_fan_speed = 40
|
|
infill_overlap = =0 if infill_sparse_density > 80 else 15
|
|
material_final_print_temperature = =material_print_temperature - 5
|
|
retraction_prime_speed = 25
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|