um2p_tpu_0.4_normal.inst.cfg 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [general]
  2. version = 4
  3. name = Fine
  4. definition = ultimaker2_plus
  5. [metadata]
  6. setting_version = 17
  7. type = quality
  8. quality_type = normal
  9. weight = 0
  10. material = generic_tpu
  11. variant = 0.4 mm
  12. [values]
  13. adhesion_type = brim
  14. brim_line_count = 8
  15. cool_fan_speed = 60
  16. cool_fan_speed_min = =cool_fan_speed * 35 / 60
  17. cool_min_layer_time = 10
  18. cool_min_speed = 15
  19. infill_sparse_density = 10
  20. raft_base_line_spacing = 2
  21. raft_base_line_width = 0.8
  22. raft_interface_line_spacing = 1
  23. raft_margin = 12
  24. retraction_hop_enabled = 0.2
  25. speed_layer_0 = =math.ceil(speed_print * 30 / 40)
  26. speed_print = 40
  27. speed_support = 40
  28. speed_topbottom = =math.ceil(speed_print * 35 / 40)
  29. speed_travel = 150
  30. speed_wall_0 = =math.ceil(speed_print * 20 / 40)
  31. speed_wall_x = =math.ceil(speed_print * 35 / 40)
  32. support_angle = 45
  33. support_enable = True
  34. support_infill_rate = =25 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 25
  35. support_xy_distance = 0.65
  36. support_z_distance = =layer_height * 2
  37. top_bottom_thickness = 1.2
  38. wall_thickness = 1.05