um3_aa0.4_TPU_Fast_Print.inst.cfg 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. [general]
  2. version = 2
  3. name = Fast Print
  4. definition = ultimaker3
  5. [metadata]
  6. type = quality
  7. quality_type = fast
  8. material = generic_tpu_ultimaker3_AA_0.4
  9. weight = -1
  10. [values]
  11. acceleration_enabled = True
  12. acceleration_infill = =acceleration_print
  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_infill = =acceleration_support
  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. acceleration_wall_x = =acceleration_wall
  23. adhesion_type = brim
  24. brim_width = 8.75
  25. cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
  26. cool_fan_speed = 20
  27. cool_fan_speed_max = 100
  28. cool_min_layer_time = 5
  29. cool_min_layer_time_fan_speed_max = 6
  30. cool_min_speed = 4
  31. gradual_infill_step_height = =5 * layer_height
  32. gradual_infill_steps = 4
  33. infill_line_width = =round(line_width * 0.38 / 0.38, 2)
  34. infill_overlap = 0
  35. infill_pattern = tetrahedral
  36. infill_sparse_density = 96
  37. infill_wipe_dist = 0.1
  38. jerk_enabled = True
  39. jerk_infill = =jerk_print
  40. jerk_layer_0 = =jerk_topbottom
  41. jerk_prime_tower = =math.ceil(jerk_print * 15 / 25)
  42. jerk_print = 25
  43. jerk_support = =math.ceil(jerk_print * 15 / 25)
  44. jerk_support_infill = =jerk_support
  45. jerk_support_interface = =jerk_topbottom
  46. jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
  47. jerk_wall = =math.ceil(jerk_print * 10 / 25)
  48. jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
  49. jerk_wall_x = =jerk_wall
  50. layer_height = 0.15
  51. layer_height_0 = =round(machine_nozzle_size / 1.5, 2)
  52. line_width = =machine_nozzle_size * 0.95
  53. machine_min_cool_heat_time_window = 15
  54. machine_nozzle_cool_down_speed = 0.85
  55. machine_nozzle_heat_up_speed = 1.5
  56. material_bed_temperature = 0
  57. material_final_print_temperature = =material_print_temperature - 10
  58. material_flow = 106
  59. material_initial_print_temperature = =material_print_temperature - 5
  60. material_print_temperature = =default_material_print_temperature + 2
  61. material_print_temperature_layer_0 = =default_material_print_temperature + 2
  62. material_standby_temperature = 100
  63. multiple_mesh_overlap = 0
  64. prime_tower_enable = True
  65. prime_tower_size = 16
  66. prime_tower_wipe_enabled = True
  67. retraction_amount = 7
  68. retraction_count_max = 12
  69. retraction_extra_prime_amount = 0.8
  70. retraction_extrusion_window = 1
  71. retraction_hop = 2
  72. retraction_hop_enabled = True
  73. retraction_hop_only_when_collides = True
  74. retraction_min_travel = 0.8
  75. retraction_prime_speed = 15
  76. retraction_speed = 35
  77. skin_overlap = 15
  78. speed_equalize_flow_enabled = True
  79. speed_infill = =speed_print
  80. speed_layer_0 = 18
  81. speed_prime_tower = =speed_topbottom
  82. speed_print = 25
  83. speed_support = =speed_wall_0
  84. speed_support_interface = =speed_topbottom
  85. speed_topbottom = =math.ceil(speed_print * 25 / 25)
  86. speed_travel = 300
  87. speed_wall = =math.ceil(speed_print * 25 / 25)
  88. speed_wall_0 = =math.ceil(speed_wall * 25 / 25)
  89. speed_wall_x = =speed_wall
  90. support_angle = 50
  91. support_bottom_distance = =support_z_distance / 2
  92. support_top_distance = =support_z_distance
  93. support_xy_distance = =wall_line_width_0 * 2.5
  94. support_xy_distance_overhang = =wall_line_width_0
  95. support_z_distance = =layer_height * 2
  96. switch_extruder_prime_speed = 15
  97. switch_extruder_retraction_amount = 20
  98. switch_extruder_retraction_speeds = 35
  99. top_bottom_thickness = 0.7
  100. travel_avoid_distance = 3
  101. travel_compensate_overlapping_walls_enabled = True
  102. wall_0_inset = 0
  103. wall_line_width_x = =line_width
  104. wall_thickness = 0.76