mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00

Have one level (quality containers) where all temperature deltas compared to base temperature (in material container) are defined
19 lines
355 B
INI
19 lines
355 B
INI
[general]
|
|
definition = ultimaker3
|
|
name = Normal
|
|
version = 4
|
|
|
|
[metadata]
|
|
material = generic_cpe
|
|
quality_type = fast
|
|
setting_version = 22
|
|
type = quality
|
|
variant = AA 0.4
|
|
weight = -1
|
|
|
|
[values]
|
|
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)
|
|
|