mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00

Have one level (quality containers) where all temperature deltas compared to base temperature (in material container) are defined
21 lines
482 B
INI
21 lines
482 B
INI
[general]
|
|
definition = ultimaker_s3
|
|
name = Sprint
|
|
version = 4
|
|
|
|
[metadata]
|
|
material = generic_abs
|
|
quality_type = superdraft
|
|
setting_version = 22
|
|
type = quality
|
|
variant = AA 0.8
|
|
weight = -4
|
|
|
|
[values]
|
|
material_print_temperature = =default_material_print_temperature + 10
|
|
speed_infill = =math.ceil(speed_print * 37 / 50)
|
|
speed_print = 50
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 50)
|
|
speed_wall = =math.ceil(speed_print * 37 / 50)
|
|
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
|
|