um2p_pp_0.6_draft.inst.cfg 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. [general]
  2. version = 4
  3. name = Fast
  4. definition = ultimaker2_plus
  5. [metadata]
  6. setting_version = 17
  7. type = quality
  8. quality_type = draft
  9. weight = -2
  10. material = generic_pp
  11. variant = 0.6 mm
  12. [values]
  13. acceleration_enabled = True
  14. acceleration_layer_0 = =acceleration_topbottom
  15. acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 4000)
  16. acceleration_print = 4000
  17. acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
  18. acceleration_support_interface = =acceleration_topbottom
  19. acceleration_topbottom = =math.ceil(acceleration_print * 500 / 4000)
  20. acceleration_wall = =math.ceil(acceleration_print * 1000 / 4000)
  21. acceleration_wall_0 = =math.ceil(acceleration_wall * 500 / 1000)
  22. brim_width = 20
  23. cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
  24. cool_fan_speed_max = 100
  25. cool_min_layer_time_fan_speed_max = 6
  26. cool_min_speed = 20
  27. infill_line_width = =round(line_width * 0.6 / 0.57, 2)
  28. infill_overlap = 0
  29. infill_pattern = cubic
  30. infill_wipe_dist = 0
  31. jerk_enabled = True
  32. jerk_layer_0 = =jerk_topbottom
  33. jerk_prime_tower = =math.ceil(jerk_print * 15 / 25)
  34. jerk_print = 25
  35. jerk_support = =math.ceil(jerk_print * 15 / 25)
  36. jerk_support_interface = =jerk_topbottom
  37. jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
  38. jerk_wall = =math.ceil(jerk_print * 10 / 25)
  39. jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
  40. line_width = =machine_nozzle_size * 0.95
  41. multiple_mesh_overlap = 0
  42. retraction_count_max = 12
  43. retraction_extrusion_window = 1
  44. retraction_hop = 0.15
  45. retraction_hop_enabled = True
  46. retraction_hop_only_when_collides = True
  47. retraction_prime_speed = 15
  48. skin_overlap = 10
  49. skirt_brim_line_width = 0.6
  50. speed_layer_0 = =speed_print
  51. speed_prime_tower = =speed_topbottom
  52. speed_print = 25
  53. speed_support_interface = =speed_topbottom
  54. speed_topbottom = =math.ceil(speed_print * 25 / 25)
  55. speed_travel = 250
  56. speed_travel_layer_0 = 50
  57. speed_wall = =math.ceil(speed_print * 25 / 25)
  58. speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
  59. support_angle = 60
  60. support_bottom_distance = =support_z_distance / 2
  61. support_top_distance = =support_z_distance
  62. support_xy_distance = =wall_line_width_0 * 2.5
  63. support_xy_distance_overhang = =wall_line_width_0
  64. support_z_distance = =layer_height * 2
  65. top_bottom_thickness = 1.1
  66. travel_avoid_distance = 3
  67. wall_0_inset = 0
  68. wall_line_width_x = =round(line_width * 0.57 / 0.57, 2)
  69. wall_thickness = 1.14