Cura/resources/quality/high.inst.cfg
Ghostkeeper d9d90ab4b6
Increment setting_version to 20
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.
2022-03-29 15:03:48 +02:00

17 lines
296 B
INI

[general]
version = 4
name = Extra Fine
definition = fdmprinter
[metadata]
setting_version = 20
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)