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

All print profiles are following the global rules, no print profile specific exceptions. PP-115
24 lines
531 B
INI
24 lines
531 B
INI
[general]
|
|
version = 4
|
|
name = Fast
|
|
definition = ultimaker2_plus_connect
|
|
|
|
[metadata]
|
|
setting_version = 19
|
|
type = quality
|
|
quality_type = draft
|
|
weight = -2
|
|
material = generic_tough_pla
|
|
variant = 0.4 mm
|
|
|
|
[values]
|
|
cool_min_layer_time = 5
|
|
cool_min_speed = 10
|
|
infill_sparse_density = 20
|
|
retraction_prime_speed = =retraction_speed
|
|
speed_layer_0 = =round(speed_print * 30 / 50)
|
|
speed_print = 50
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 50)
|
|
speed_travel = 150
|
|
speed_wall = =math.ceil(speed_print * 40 / 50)
|
|
top_bottom_thickness = 0.75
|