mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -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
16 lines
296 B
INI
16 lines
296 B
INI
[general]
|
|
version = 4
|
|
name = Extra Fine
|
|
definition = fdmprinter
|
|
|
|
[metadata]
|
|
setting_version = 18
|
|
type = quality
|
|
quality_type = high
|
|
weight = 1
|
|
global_quality = True
|
|
|
|
[values]
|
|
layer_height = 0.06
|
|
speed_topbottom = =math.ceil(speed_print * 15 / 60)
|
|
speed_infill = =math.ceil(speed_print * 80 / 60)
|