um2p_pc_0.25_high.inst.cfg 1022 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. [general]
  2. version = 4
  3. name = Extra Fine
  4. definition = ultimaker2_plus
  5. [metadata]
  6. setting_version = 19
  7. type = quality
  8. quality_type = high
  9. weight = 1
  10. material = generic_pc
  11. variant = 0.25 mm
  12. [values]
  13. adhesion_type = raft
  14. brim_line_count = 32
  15. cool_fan_speed = 50
  16. cool_fan_speed_min = 0
  17. cool_min_layer_time = 2
  18. cool_min_speed = 15
  19. infill_overlap = =0 if infill_sparse_density > 80 else 5
  20. infill_sparse_density = 25
  21. layer_0_z_overlap = 0.2
  22. raft_airgap = 0.25
  23. raft_base_line_spacing = 1
  24. raft_base_line_width = 0.5
  25. raft_interface_line_spacing = 0.7
  26. raft_interface_line_width = 0.5
  27. raft_margin = 15
  28. raft_surface_line_width = 0.2
  29. speed_layer_0 = =round(speed_print * 30 / 30)
  30. speed_print = 30
  31. support_enable = True
  32. support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20
  33. support_pattern = lines
  34. support_z_distance = 0.19
  35. wall_thickness = 0.88
  36. speed_topbottom = =math.ceil(speed_print * 15 / 30)
  37. speed_infill = =math.ceil(speed_print * 80 / 30)