Cura/resources/quality/ultimaker_s3/um_s3_aa0.4_petg_0.15mm.inst.cfg
Frederic Meeuwissen 52cff80161 Move temperature deltas to quality profiles
Have one level (quality containers) where all temperature deltas compared to base temperature (in material container) are defined
2023-06-27 17:47:55 +02:00

22 lines
481 B
INI

[general]
definition = ultimaker_s3
name = Normal
version = 4
[metadata]
material = generic_petg
quality_type = fast
setting_version = 22
type = quality
variant = AA 0.4
weight = -1
[values]
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
speed_infill = =math.ceil(speed_print * 50 / 60)
speed_print = 60
speed_topbottom = =math.ceil(speed_print * 30 / 60)
speed_wall = =math.ceil(speed_print * 40 / 60)
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)