mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06: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.
22 lines
481 B
INI
22 lines
481 B
INI
[general]
|
|
version = 4
|
|
name = Extra Fast
|
|
definition = ultimaker3
|
|
|
|
[metadata]
|
|
setting_version = 20
|
|
type = quality
|
|
quality_type = verydraft
|
|
weight = -3
|
|
material = generic_cpe
|
|
variant = AA 0.8
|
|
|
|
[values]
|
|
brim_width = 15
|
|
layer_height = 0.3
|
|
material_print_temperature = =default_material_print_temperature + 17
|
|
material_standby_temperature = 100
|
|
prime_tower_enable = True
|
|
speed_print = 40
|
|
speed_topbottom = =math.ceil(speed_print * 25 / 40)
|
|
speed_wall = =math.ceil(speed_print * 30 / 40)
|