mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
27 lines
601 B
INI
27 lines
601 B
INI
[general]
|
|
definition = kemiq_q2_gama
|
|
name = Fine
|
|
version = 4
|
|
|
|
[metadata]
|
|
material = generic_pla
|
|
quality_type = normal
|
|
setting_version = 23
|
|
type = quality
|
|
weight = 0
|
|
|
|
[values]
|
|
adhesion_type = skirt
|
|
layer_height = 0.1
|
|
material_print_temperature = 214
|
|
raft_airgap = 0.25
|
|
retraction_amount = 2.15
|
|
retraction_speed = 40
|
|
speed_infill = =math.ceil(speed_print * 60 / 50)
|
|
speed_layer_0 = =math.ceil(speed_print * 20 / 50)
|
|
speed_print = 50
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 50)
|
|
speed_travel = 120
|
|
speed_wall_0 = =math.ceil(speed_print * 25 / 50)
|
|
speed_wall_x = =math.ceil(speed_print * 45 / 50)
|
|
|