mingda_global_ultra.inst.cfg 703 B

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