um2p_pc_0.4_fast.inst.cfg 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [general]
  2. version = 4
  3. name = Normal
  4. definition = ultimaker2_plus
  5. [metadata]
  6. setting_version = 17
  7. type = quality
  8. quality_type = draft
  9. weight = -1
  10. material = generic_pc
  11. variant = 0.4 mm
  12. [values]
  13. adhesion_type = raft
  14. cool_fan_speed = 50
  15. cool_fan_speed_min = 0
  16. cool_min_layer_time = 3
  17. cool_min_speed = 8
  18. infill_overlap = 5
  19. infill_sparse_density = 30
  20. layer_0_z_overlap = 0.3
  21. raft_airgap = 0.35
  22. raft_base_line_spacing = 1.6
  23. raft_base_line_width = 0.8
  24. raft_interface_line_spacing = 1
  25. raft_interface_line_width = 0.8
  26. raft_margin = 15
  27. speed_layer_0 = =round(speed_print * 30 / 45)
  28. speed_print = 45
  29. speed_wall_0 = =math.ceil(speed_print * 20 / 45)
  30. speed_wall_x = =math.ceil(speed_print * 30 / 45)
  31. support_angle = 45
  32. support_enable = True
  33. support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20
  34. support_pattern = lines
  35. support_z_distance = 0.19
  36. wall_thickness = 1.2
  37. speed_topbottom = =math.ceil(speed_print * 30 / 45)
  38. speed_infill = =math.ceil(speed_print * 45 / 45)