liquid_vo08.inst.cfg 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [general]
  2. definition = liquid
  3. name = VO 0.8
  4. version = 4
  5. [metadata]
  6. hardware_type = nozzle
  7. setting_version = 23
  8. type = variant
  9. [values]
  10. acceleration_enabled = True
  11. acceleration_print = 4000
  12. brim_width = 7
  13. cool_fan_speed = 7
  14. cool_fan_speed_max = 100
  15. cool_min_speed = 5
  16. default_material_print_temperature = 200
  17. infill_before_walls = False
  18. infill_line_width = =round(line_width * 0.6 / 0.7, 2)
  19. infill_overlap = 0
  20. infill_pattern = triangles
  21. infill_wipe_dist = 0
  22. jerk_enabled = True
  23. jerk_print = 15
  24. jerk_topbottom = =math.ceil(jerk_print * 15 / 15)
  25. jerk_wall = =math.ceil(jerk_print * 15 / 15)
  26. jerk_wall_0 = =math.ceil(jerk_wall * 15 / 15)
  27. line_width = =machine_nozzle_size
  28. machine_min_cool_heat_time_window = 15
  29. machine_nozzle_cool_down_speed = 0.85
  30. machine_nozzle_heat_up_speed = 1.5
  31. machine_nozzle_id = VO 0.8
  32. machine_nozzle_size = 0.8
  33. machine_nozzle_tip_outer_diameter = 2.0
  34. material_final_print_temperature = =material_print_temperature - 10
  35. material_initial_print_temperature = =material_print_temperature - 5
  36. material_standby_temperature = 100
  37. multiple_mesh_overlap = 0
  38. prime_tower_enable = False
  39. prime_tower_wipe_enabled = True
  40. retract_at_layer_change = =not magic_spiralize
  41. retraction_amount = 3
  42. retraction_count_max = 25
  43. retraction_extrusion_window = 1
  44. retraction_hop = 2
  45. retraction_hop_only_when_collides = True
  46. retraction_min_travel = =line_width * 2
  47. skin_overlap = 5
  48. speed_layer_0 = 20
  49. speed_print = 35
  50. speed_topbottom = =math.ceil(speed_print * 25 / 35)
  51. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  52. support_angle = 60
  53. support_bottom_distance = =support_z_distance / 2
  54. support_pattern = zigzag
  55. support_top_distance = =support_z_distance
  56. support_z_distance = =layer_height * 2
  57. switch_extruder_prime_speed = 20
  58. switch_extruder_retraction_amount = 16.5
  59. top_bottom_thickness = 1.4
  60. wall_0_inset = 0
  61. wall_line_width_0 = =wall_line_width
  62. wall_line_width_x = =wall_line_width
  63. wall_thickness = 2