123456789101112131415161718192021222324252627282930 |
- [general]
- version = 4
- name = Normal
- definition = kemiq_q2_gama
- [metadata]
- setting_version = 20
- type = quality
- quality_type = fast
- weight = -1
- material = generic_pla
- [values]
- layer_height = 0.15
- adhesion_type = skirt
- speed_print = 60
- speed_infill = =math.ceil(speed_print * 50 / 60)
- speed_layer_0 = =math.ceil(speed_print * 15 / 60)
- speed_wall_0 = =math.ceil(speed_print * 20 / 60)
- speed_wall_x = =math.ceil(speed_print * 40 / 60)
- speed_topbottom = =math.ceil(speed_print * 20 / 60)
- speed_travel = 120
- material_print_temperature = 214
- retraction_speed = 40
- retraction_amount = 2.15
- raft_airgap = 0.25
|