mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00

These are now upgraded to version 3, meaning that they will have to increase their version numbers and remove any start_layers_at_same_position settings they define. None of these profiles define any start_layers_at_same_position so it's just the version number then. Contributes to issue CURA-3479.
24 lines
490 B
INI
24 lines
490 B
INI
[general]
|
|
version = 3
|
|
name = Normal Quality
|
|
definition = ultimaker2_plus
|
|
|
|
[metadata]
|
|
type = quality
|
|
material = generic_cpe_ultimaker2_plus_0.4_mm
|
|
weight = 0
|
|
quality_type = normal
|
|
|
|
[values]
|
|
layer_height = 0.1
|
|
wall_thickness = 1.05
|
|
top_bottom_thickness = 0.8
|
|
infill_sparse_density = 20
|
|
speed_print = 45
|
|
speed_layer_0 = =round(speed_print * 30 / 45)
|
|
speed_wall = 30
|
|
cool_min_layer_time = 3
|
|
cool_fan_speed_min = =cool_fan_speed * 0.8
|
|
cool_min_speed = 10
|
|
cool_min_layer_time_fan_speed_max = 15
|
|
|