mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 17:25:11 +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.
25 lines
531 B
INI
25 lines
531 B
INI
[general]
|
|
version = 4
|
|
name = Fast
|
|
definition = ultimaker2_plus_connect
|
|
|
|
[metadata]
|
|
setting_version = 20
|
|
type = quality
|
|
quality_type = draft
|
|
weight = -2
|
|
material = generic_tough_pla
|
|
variant = 0.4 mm
|
|
|
|
[values]
|
|
cool_min_layer_time = 5
|
|
cool_min_speed = 10
|
|
infill_sparse_density = 20
|
|
retraction_prime_speed = =retraction_speed
|
|
speed_layer_0 = =round(speed_print * 30 / 50)
|
|
speed_print = 50
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 50)
|
|
speed_travel = 150
|
|
speed_wall = =math.ceil(speed_print * 40 / 50)
|
|
top_bottom_thickness = 0.75
|