123456789101112131415161718192021222324252627 |
- [general]
- definition = kemiq_q2_gama
- name = Fine
- version = 4
- [metadata]
- material = generic_pla
- quality_type = normal
- setting_version = 22
- 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)
|