Cura/resources/quality/high.inst.cfg
Ghostkeeper a7b2f7de5a
Upgrade setting_version to 16
We have a change now that requires a version upgrade. This triggers all profiles to update for the user, and we must update accordingly in the built-in profiles.

Contributes to issue CURA-7118.
2020-09-02 01:51:13 +02:00

17 lines
296 B
INI

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