mingda_global_standard.inst.cfg 817 B

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