mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00

Have one level (quality containers) where all temperature deltas compared to base temperature (in material container) are defined
25 lines
512 B
INI
25 lines
512 B
INI
[general]
|
|
definition = ultimaker3
|
|
name = Fast - Experimental
|
|
version = 4
|
|
|
|
[metadata]
|
|
is_experimental = True
|
|
material = generic_pc
|
|
quality_type = draft
|
|
setting_version = 22
|
|
type = quality
|
|
variant = AA 0.8
|
|
weight = -2
|
|
|
|
[values]
|
|
brim_width = 14
|
|
material_print_temperature = =default_material_print_temperature - 15
|
|
raft_airgap = 0.5
|
|
skin_overlap = 0
|
|
speed_print = 50
|
|
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
|
speed_wall = =math.ceil(speed_print * 40 / 50)
|
|
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
|
|