mingda_global_adaptive.inst.cfg 802 B

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