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
18 lines
357 B
INI
18 lines
357 B
INI
[general]
|
|
version = 4
|
|
name = Standard Quality
|
|
definition = creality_base
|
|
|
|
[metadata]
|
|
setting_version = 18
|
|
type = quality
|
|
quality_type = standard
|
|
weight = -3
|
|
global_quality = True
|
|
|
|
[values]
|
|
layer_height = 0.2
|
|
layer_height_0 = 0.2
|
|
top_bottom_thickness = =layer_height_0+layer_height*3
|
|
wall_thickness = =line_width*2
|
|
support_interface_height = =layer_height*4
|