1234567891011121314151617181920212223242526272829303132 |
- [general]
- version = 2
- name = Normal Quality
- definition = cartesio
- [metadata]
- type = quality
- quality_type = normal
- global_quality = True
- weight = 0
- [values]
- layer_height = 0.2
- layer_height_0 = =0.2 if min(extruderValues('machine_nozzle_size')) < 0.3 else 0.3
- skin_angles = [0,90]
- infill_before_walls = False
- infill_angles = [0,90]
- speed_slowdown_layers = 1
- retraction_combing = off
- support_z_distance = 0
- support_xy_distance = 0.5
- support_join_distance = 10
- support_interface_enable = True
- support_interface_pattern = Lines
- adhesion_type = skirt
- skirt_gap = 0.5
|