Cura/resources/quality/fast.inst.cfg
jspijker 53d8e0c730 Applied printer-linter format
To make sure we have uniform diffs with our PR's
2022-12-30 22:05:41 +01:00

21 lines
444 B
INI

[general]
definition = fdmprinter
name = Normal
version = 4
[metadata]
global_quality = True
quality_type = fast
setting_version = 20
type = quality
weight = -1
[values]
cool_min_layer_time = 3
infill_sparse_density = 10
layer_height = 0.15
speed_infill = =math.ceil(speed_print * 100 / 60)
speed_topbottom = =math.ceil(speed_print * 30 / 60)
speed_wall_0 = =math.ceil(speed_print * 40 / 60)
speed_wall_x = =math.ceil(speed_print * 80 / 60)