mingda_global_ultra.inst.cfg 729 B

12345678910111213141516171819202122232425262728293031
  1. [general]
  2. version = 4
  3. name = Ultra Quality
  4. definition = mingda_base
  5. [metadata]
  6. setting_version = 20
  7. type = quality
  8. quality_type = ultra
  9. weight = 0
  10. global_quality = True
  11. [values]
  12. layer_height = 0.08
  13. layer_height_0 = 0.12
  14. top_bottom_thickness = =layer_height_0+layer_height*10
  15. wall_thickness = =line_width*3
  16. support_interface_height = =layer_height*12
  17. skin_overlap = 10
  18. speed_print = 50
  19. speed_layer_0 = 10
  20. speed_topbottom = =math.ceil(speed_print * 35 / 50)
  21. speed_wall = =math.ceil(speed_print * 35 / 50)
  22. top_bottom_thickness = 1
  23. infill_line_width = =round(line_width * 0.42 / 0.35, 2)
  24. jerk_travel = 50
  25. raft_airgap = 0.18
  26. raft_base_thickness = =round(layer_height*1.5, 2)
  27. raft_interface_thickness = =round(layer_height*1.2, 2)