1234567891011121314151617181920212223 |
- [general]
- definition = ultimaker_s3
- name = Fine
- version = 4
- [metadata]
- material = generic_cpe
- quality_type = normal
- setting_version = 22
- type = quality
- variant = AA 0.25
- weight = 0
- [values]
- material_print_temperature = =default_material_print_temperature - 15
- speed_infill = =math.ceil(speed_print * 40 / 55)
- speed_topbottom = =math.ceil(speed_print * 30 / 55)
- support_bottom_distance = =support_z_distance
- support_interface_enable = True
- support_top_distance = =support_z_distance
- support_z_distance = =math.ceil(0.3/layer_height)*layer_height
- top_bottom_thickness = 0.8
|