um2p_pp_0.6_fast.inst.cfg 2.5 KB

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