mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00

A printer was added in the meantime that had setting_version = 15, which was leading to failing tests, considering that this PR has changed the setting version to 16. CURA-7118
18 lines
357 B
INI
18 lines
357 B
INI
[general]
|
|
version = 4
|
|
name = Coarse Quality
|
|
definition = flyingbear_base
|
|
|
|
[metadata]
|
|
setting_version = 16
|
|
type = quality
|
|
quality_type = coarse
|
|
weight = -6
|
|
global_quality = True
|
|
|
|
[values]
|
|
layer_height = 0.40
|
|
layer_height_0 = 0.40
|
|
top_bottom_thickness = =layer_height_0+layer_height*3
|
|
wall_thickness = =line_width*2
|
|
support_interface_height = =layer_height*2
|