liquid.def.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {
  2. "version": 2,
  3. "name": "Liquid",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Liquid 3D",
  9. "manufacturer": "Liquid 3D",
  10. "file_formats": "text/x-gcode",
  11. "platform": "liquid_platform.stl",
  12. "exclude_materials": [
  13. "generic_hips",
  14. "generic_pva",
  15. "structur3d_dap100silicone"
  16. ],
  17. "has_machine_quality": true,
  18. "has_materials": true,
  19. "has_variant_buildplates": false,
  20. "has_variants": true,
  21. "icon": "icon_ultimaker2",
  22. "machine_extruder_trains": { "0": "liquid_extruder" },
  23. "nozzle_offsetting_for_disallowed_areas": false,
  24. "preferred_quality_type": "normal",
  25. "preferred_variant_name": "VO 0.4",
  26. "supports_usb_connection": true,
  27. "variants_name": "Extruder",
  28. "weight": -1
  29. },
  30. "overrides":
  31. {
  32. "acceleration_enabled": { "value": true },
  33. "acceleration_layer_0": { "value": "acceleration_topbottom" },
  34. "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 4000)" },
  35. "acceleration_print": { "value": "4000" },
  36. "acceleration_support_interface": { "value": "acceleration_topbottom" },
  37. "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 4000)" },
  38. "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 4000)" },
  39. "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" },
  40. "brim_width": { "value": "3" },
  41. "cool_fan_full_at_height": { "value": "layer_height_0 + 4 * layer_height" },
  42. "cool_fan_speed": { "value": "70" },
  43. "cool_fan_speed_max": { "value": "100" },
  44. "cool_min_speed": { "value": "30" },
  45. "default_material_print_temperature": { "value": "200" },
  46. "gantry_height": { "value": "67" },
  47. "infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" },
  48. "infill_overlap": { "value": "0" },
  49. "infill_pattern": { "value": "'triangles'" },
  50. "infill_wipe_dist": { "value": "0" },
  51. "initial_layer_line_width_factor": { "value": "120" },
  52. "jerk_enabled": { "value": "True" },
  53. "jerk_layer_0": { "value": "jerk_topbottom" },
  54. "jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 15)" },
  55. "jerk_print": { "value": "15" },
  56. "jerk_support": { "value": "math.ceil(jerk_print * 15 / 15)" },
  57. "jerk_support_interface": { "value": "jerk_topbottom" },
  58. "jerk_topbottom": { "value": "math.ceil(jerk_print * 5 / 15)" },
  59. "jerk_wall": { "value": "math.ceil(jerk_print * 10 / 15)" },
  60. "jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" },
  61. "layer_height_0": { "value": "0.2" },
  62. "line_width": { "value": "machine_nozzle_size * 0.875" },
  63. "machine_acceleration": { "default_value": 3000 },
  64. "machine_depth": { "default_value": 200 },
  65. "machine_end_gcode": { "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM106 S0 ; turn off fan\nG91 ; relative positioning\nG1 Z1 F360 ; lift Z by 1mm\nG90 ; absolute positioning\nG1 X10 Y200 F3200; home X axis and push Y forward\nG1 Z200 F1200; home Z axis\nM84 ; disable motors" },
  66. "machine_gcode_flavor": { "default_value": "RepRap (RepRap)" },
  67. "machine_head_with_fans_polygon":
  68. {
  69. "default_value": [
  70. [-65.0, -45.0],
  71. [-65.0, 30.0],
  72. [50.0, 30.0],
  73. [50.0, -45.0]
  74. ]
  75. },
  76. "machine_heated_bed": { "default_value": true },
  77. "machine_height": { "default_value": 200 },
  78. "machine_max_feedrate_e": { "default_value": 45 },
  79. "machine_max_feedrate_x": { "default_value": 300 },
  80. "machine_max_feedrate_y": { "default_value": 300 },
  81. "machine_max_feedrate_z": { "default_value": 40 },
  82. "machine_min_cool_heat_time_window": { "value": "15" },
  83. "machine_name": { "default_value": "Liquid" },
  84. "machine_nozzle_cool_down_speed": { "default_value": 0.8 },
  85. "machine_nozzle_heat_up_speed": { "default_value": 1.4 },
  86. "machine_start_gcode": { "default_value": "G21 ; set units to millimeters\nG90 ; use absolute positioning\nM83 ; relative extrusion mode\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG32 ; mesh bed leveling\nG92 E0.0 ; reset extruder distance position\nG1 X0 Y-2 Z0.3 F4000.0 ; go outside print area\nG1 X60.0 E9.0 F1000.0 ; intro line\nG1 X110.0 E15.5 F1000.0 ; intro line\nG92 E0.0 ; reset extruder distance position" },
  87. "machine_width": { "default_value": 200 },
  88. "material_bed_temperature":
  89. {
  90. "maximum_value_warning": "125",
  91. "minimum_value": "0"
  92. },
  93. "material_bed_temperature_layer_0": { "maximum_value_warning": "125" },
  94. "material_diameter": { "default_value": 1.75 },
  95. "material_print_temperature": { "minimum_value": "0" },
  96. "material_standby_temperature": { "minimum_value": "0" },
  97. "meshfix_maximum_deviation": { "value": "layer_height / 4" },
  98. "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 100" },
  99. "multiple_mesh_overlap": { "value": "0" },
  100. "optimize_wall_printing_order": { "value": "True" },
  101. "raft_airgap": { "value": "0" },
  102. "raft_base_speed": { "value": "20" },
  103. "raft_base_thickness": { "value": "0.3" },
  104. "raft_interface_line_spacing": { "value": "0.5" },
  105. "raft_interface_line_width": { "value": "0.5" },
  106. "raft_interface_speed": { "value": "20" },
  107. "raft_interface_thickness": { "value": "0.2" },
  108. "raft_jerk": { "value": "jerk_layer_0" },
  109. "raft_margin": { "value": "10" },
  110. "raft_speed": { "value": "25" },
  111. "raft_surface_layers": { "value": "1" },
  112. "relative_extrusion":
  113. {
  114. "enabled": true,
  115. "value": true
  116. },
  117. "retraction_amount": { "value": "3" },
  118. "retraction_combing": { "value": "'all'" },
  119. "retraction_count_max": { "value": "10" },
  120. "retraction_extrusion_window": { "value": "1" },
  121. "retraction_hop": { "value": "2" },
  122. "retraction_hop_enabled": { "value": "True" },
  123. "retraction_hop_only_when_collides": { "value": "True" },
  124. "retraction_min_travel": { "value": "5" },
  125. "retraction_prime_speed": { "value": "35" },
  126. "retraction_retract_speed": { "value": "35" },
  127. "retraction_speed": { "value": "35" },
  128. "skin_overlap": { "value": "10" },
  129. "speed_layer_0": { "value": "20" },
  130. "speed_prime_tower": { "value": "speed_topbottom" },
  131. "speed_print": { "value": "35" },
  132. "speed_support": { "value": "speed_wall_0" },
  133. "speed_support_interface": { "value": "speed_topbottom" },
  134. "speed_topbottom": { "value": "math.ceil(speed_print * 20 / 35)" },
  135. "speed_travel":
  136. {
  137. "maximum_value": "150",
  138. "value": "150"
  139. },
  140. "speed_wall": { "value": "math.ceil(speed_print * 30 / 35)" },
  141. "speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" },
  142. "speed_wall_x": { "value": "speed_wall" },
  143. "support_angle": { "value": "45" },
  144. "support_pattern": { "value": "'triangles'" },
  145. "support_xy_distance": { "value": "wall_line_width_0 * 2.5" },
  146. "support_xy_distance_overhang": { "value": "wall_line_width_0" },
  147. "support_z_distance": { "value": "0" },
  148. "top_bottom_thickness": { "value": "1" },
  149. "travel_avoid_distance": { "value": "machine_nozzle_tip_outer_diameter / 2 * 1.5" },
  150. "travel_avoid_supports": { "value": "True" },
  151. "wall_0_inset": { "value": "0" },
  152. "wall_line_width_x": { "value": "round(line_width * 0.3 / 0.35, 2)" },
  153. "wall_thickness": { "value": "1" },
  154. "zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
  155. }
  156. }