um2p_nylon_0.4_fast.inst.cfg 875 B

12345678910111213141516171819202122232425262728293031323334
  1. [general]
  2. version = 4
  3. name = Normal
  4. definition = ultimaker2_plus
  5. [metadata]
  6. setting_version = 20
  7. type = quality
  8. quality_type = draft
  9. weight = -1
  10. material = generic_nylon
  11. variant = 0.4 mm
  12. [values]
  13. adhesion_type = raft
  14. cool_fan_speed_min = =cool_fan_speed * 0.35
  15. cool_min_layer_time = 3
  16. cool_min_speed = 15
  17. infill_overlap = =0 if infill_sparse_density > 80 else 5
  18. infill_sparse_density = 30
  19. layer_0_z_overlap = 0.22
  20. raft_airgap = 0.57
  21. speed_layer_0 = =math.ceil(speed_print * 30 / 45)
  22. speed_print = 45
  23. speed_topbottom = =math.ceil(speed_print * 20 / 45)
  24. speed_travel = 150
  25. speed_wall = =math.ceil(speed_print * 40 / 45)
  26. support_angle = 45
  27. support_enable = True
  28. support_z_distance = =layer_height * 2
  29. top_bottom_thickness = 0.75
  30. speed_wall_0 = =math.ceil(speed_print * 30 / 45)
  31. speed_wall_x = =math.ceil(speed_print * 40 / 45)
  32. speed_infill = =math.ceil(speed_print * 45 / 45)