mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00

Although it is not entirely sure yet, we are fairly certain that libArachne release will have a setting version of 18, so it is changed by this commit. With this change, the VersionUpgrader will be properly triggered. Contributes to CURA-7683 and CURA-7656
21 lines
500 B
INI
21 lines
500 B
INI
[general]
|
|
version = 4
|
|
name = Fast
|
|
definition = ultimaker3
|
|
|
|
[metadata]
|
|
setting_version = 18
|
|
type = quality
|
|
quality_type = draft
|
|
weight = -2
|
|
material = generic_abs
|
|
variant = AA 0.8
|
|
|
|
[values]
|
|
line_width = =machine_nozzle_size * 0.875
|
|
material_print_temperature = =default_material_print_temperature + 25
|
|
material_standby_temperature = 100
|
|
speed_print = 50
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 50)
|
|
speed_wall = =math.ceil(speed_print * 40 / 50)
|
|
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|