liquid_vo0.8_TPU_Verydraft_Print.inst.cfg 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [general]
  2. definition = liquid
  3. name = Extra Fast
  4. version = 4
  5. [metadata]
  6. material = generic_tpu
  7. quality_type = verydraft
  8. setting_version = 23
  9. type = quality
  10. variant = VO 0.8
  11. weight = -3
  12. [values]
  13. brim_width = 8.75
  14. cool_min_layer_time_fan_speed_max = 6
  15. infill_before_walls = True
  16. infill_line_width = =round(line_width * 0.7 / 0.8, 2)
  17. infill_pattern = cross_3d
  18. infill_sparse_density = 10
  19. jerk_prime_tower = =math.ceil(jerk_print * 25 / 15)
  20. jerk_support = =math.ceil(jerk_print * 25 / 15)
  21. jerk_travel = 20
  22. jerk_wall_0 = =math.ceil(jerk_wall * 15 / 15)
  23. machine_nozzle_cool_down_speed = 0.5
  24. machine_nozzle_heat_up_speed = 2.5
  25. material_final_print_temperature = =material_print_temperature
  26. material_flow = 105
  27. material_initial_print_temperature = =material_print_temperature
  28. material_print_temperature_layer_0 = =material_print_temperature + 17
  29. material_standby_temperature = 100
  30. multiple_mesh_overlap = 0.2
  31. prime_tower_enable = True
  32. prime_tower_flow = 100
  33. retract_at_layer_change = False
  34. retraction_count_max = 12
  35. retraction_extra_prime_amount = 0.5
  36. retraction_hop = 1.5
  37. retraction_hop_only_when_collides = False
  38. retraction_min_travel = =line_width * 2
  39. retraction_prime_speed = 15
  40. skin_line_width = =round(line_width * 0.78 / 0.8, 2)
  41. speed_print = 30
  42. speed_topbottom = =math.ceil(speed_print * 23 / 30)
  43. speed_wall = =math.ceil(speed_print * 30 / 30)
  44. speed_wall_x = =math.ceil(speed_wall * 30 / 30)
  45. support_angle = 50
  46. support_bottom_distance = =support_z_distance
  47. support_line_width = =round(line_width * 0.7 / 0.8, 2)
  48. support_offset = =line_width
  49. switch_extruder_prime_speed = 15
  50. switch_extruder_retraction_amount = 20
  51. switch_extruder_retraction_speeds = 45
  52. top_bottom_thickness = 1.2
  53. top_skin_expand_distance = =line_width * 2
  54. travel_avoid_distance = 1.5
  55. wall_0_wipe_dist = =line_width * 2
  56. wall_line_width_x = =round(line_width * 0.6 / 0.8, 2)
  57. wall_thickness = 1.3