12345678910111213141516171819202122 |
- [general]
- definition = ultimaker2_plus
- name = Extra Fine
- version = 4
- [metadata]
- material = generic_cpe
- quality_type = high
- setting_version = 23
- type = quality
- variant = 0.4 mm
- weight = 1
- [values]
- cool_fan_speed_min = =cool_fan_speed * 0.8
- infill_sparse_density = 22
- speed_infill = =math.ceil(speed_print * 45 / 45)
- speed_print = 45
- speed_topbottom = =math.ceil(speed_print * 15 / 45)
- speed_wall = =math.ceil(speed_print * 30 / 45)
- top_bottom_thickness = 0.72
|