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

Although it is not entirely sure yet, we are fairly certain that libArachne release will have a setting version of 18, so it is changed by this commit. With this change, the VersionUpgrader will be properly triggered. Contributes to CURA-7683 and CURA-7656
31 lines
629 B
INI
31 lines
629 B
INI
[general]
|
|
version = 4
|
|
name = Fine
|
|
definition = kemiq_q2_gama
|
|
|
|
[metadata]
|
|
setting_version = 18
|
|
type = quality
|
|
quality_type = normal
|
|
weight = 0
|
|
material = generic_pla
|
|
|
|
[values]
|
|
layer_height = 0.1
|
|
adhesion_type = skirt
|
|
|
|
speed_print = 50
|
|
speed_infill = =math.ceil(speed_print * 60 / 50)
|
|
speed_layer_0 = =math.ceil(speed_print * 20 / 50)
|
|
speed_wall_0 = =math.ceil(speed_print * 25 / 50)
|
|
speed_wall_x = =math.ceil(speed_print * 45 / 50)
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 50)
|
|
speed_travel = 120
|
|
|
|
material_print_temperature = 214
|
|
material_diameter = 1.75
|
|
|
|
retraction_speed = 40
|
|
retraction_amount = 2.15
|
|
|
|
raft_airgap = 0.25
|