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