mingda_global_adaptive.inst.cfg 800 B

12345678910111213141516171819202122232425262728293031
  1. [general]
  2. definition = mingda_base
  3. name = Dynamic Quality
  4. version = 4
  5. [metadata]
  6. global_quality = True
  7. quality_type = adaptive
  8. setting_version = 23
  9. type = quality
  10. weight = -2
  11. [values]
  12. adaptive_layer_height_enabled = true
  13. infill_line_width = =round(line_width * 0.4 / 0.35, 2)
  14. infill_sparse_density = 20
  15. jerk_travel = 50
  16. layer_height = 0.16
  17. layer_height_0 = 0.20
  18. raft_airgap = 0.18
  19. raft_base_thickness = =round(layer_height*1.5, 2)
  20. raft_interface_thickness = =round(layer_height*1.2, 2)
  21. speed_layer_0 = 10
  22. speed_print = 60
  23. speed_topbottom = =math.ceil(speed_print * 30 / 60)
  24. speed_wall = =math.ceil(speed_print * 40 / 60)
  25. speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
  26. support_interface_height = =layer_height*6
  27. top_bottom_thickness = =layer_height_0+layer_height*4
  28. wall_thickness = =line_width*3