mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00

These have been optimised only to remove redundancies, i.e. settings that had the same value as in the higher-order profile.
21 lines
444 B
INI
21 lines
444 B
INI
[general]
|
|
version = 2
|
|
name = Fast Print
|
|
definition = ultimaker3
|
|
|
|
[metadata]
|
|
type = quality
|
|
quality_type = fast
|
|
material = generic_cpe_plus_ultimaker3_AA_0.4
|
|
weight = -1
|
|
|
|
[values]
|
|
cool_fan_speed_max = 80
|
|
cool_min_speed = 6
|
|
layer_height = 0.15
|
|
machine_nozzle_cool_down_speed = 0.9
|
|
speed_print = 45
|
|
speed_topbottom = =math.ceil(speed_print * 55 / 45)
|
|
speed_wall = =math.ceil(speed_print * 45 / 45)
|
|
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
|
|