1234567891011121314151617181920212223242526272829 |
- [general]
- definition = mingda_base
- name = Ultra Quality
- version = 4
- [metadata]
- global_quality = True
- quality_type = ultra
- setting_version = 22
- type = quality
- weight = 0
- [values]
- infill_line_width = =round(line_width * 0.42 / 0.35, 2)
- jerk_travel = 50
- layer_height = 0.08
- layer_height_0 = 0.12
- raft_airgap = 0.18
- raft_base_thickness = =round(layer_height*1.5, 2)
- raft_interface_thickness = =round(layer_height*1.2, 2)
- skin_overlap = 10
- speed_layer_0 = 10
- speed_print = 50
- speed_topbottom = =math.ceil(speed_print * 35 / 50)
- speed_wall = =math.ceil(speed_print * 35 / 50)
- support_interface_height = =layer_height*12
- top_bottom_thickness = =layer_height_0+layer_height*10
- wall_thickness = =line_width*3
|