123456789101112131415161718192021 |
- [general]
- definition = ultimaker_s3
- name = Extra Fast - Experimental
- version = 4
- [metadata]
- is_experimental = True
- material = generic_petg
- quality_type = verydraft
- setting_version = 22
- type = quality
- variant = AA 0.4
- weight = -3
- [values]
- infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
- 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
|