mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:15:14 +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.
23 lines
453 B
INI
23 lines
453 B
INI
[general]
|
|
version = 4
|
|
name = Fine
|
|
definition = eryone_thinker
|
|
|
|
[metadata]
|
|
setting_version = 20
|
|
type = quality
|
|
quality_type = fine
|
|
weight = 2
|
|
global_quality = True
|
|
|
|
[values]
|
|
alternate_extra_perimeter = true
|
|
infill_sparse_density = 30
|
|
initial_layer_line_width_factor = 130.0
|
|
layer_height = 0.1
|
|
speed_print = 40.0
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 60)
|
|
speed_travel = =speed_print if magic_spiralize else 100
|
|
top_layers = 12
|
|
bottom_layers = 8
|