zav_base.def.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. {
  2. "version": 2,
  3. "name": "Zav Base Printer",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": false,
  8. "author": "Kirill Nikolaev, Kim Evgeniy (C)",
  9. "manufacturer": "Zav Co., Ltd.",
  10. "file_formats": "text/x-gcode",
  11. "exclude_materials": [
  12. "chromatik_pla",
  13. "dsm_arnitel2045_175",
  14. "dsm_novamid1070_175",
  15. "emotiontech_abs",
  16. "emotiontech_absx",
  17. "emotiontech_asax",
  18. "emotiontech_bvoh",
  19. "emotiontech_hips",
  20. "emotiontech_petg",
  21. "emotiontech_pla",
  22. "emotiontech_pva-m",
  23. "emotiontech_pva-oks",
  24. "emotiontech_pva-s",
  25. "emotiontech_tpu98a",
  26. "eSUN_PETG_Black",
  27. "eSUN_PETG_Grey",
  28. "eSUN_PETG_Purple",
  29. "eSUN_PLA_PRO_Black",
  30. "eSUN_PLA_PRO_Grey",
  31. "eSUN_PLA_PRO_Purple",
  32. "eSUN_PLA_PRO_White",
  33. "fabtotum_abs",
  34. "fabtotum_nylon",
  35. "fabtotum_pla",
  36. "fabtotum_tpu",
  37. "fiberlogy_hd_pla",
  38. "filo3d_pla",
  39. "filo3d_pla_green",
  40. "filo3d_pla_red",
  41. "imade3d_petg_175",
  42. "imade3d_pla_175",
  43. "innofill_innoflex60_175",
  44. "leapfrog_abs_natural",
  45. "leapfrog_epla_natural",
  46. "leapfrog_pva_natural",
  47. "octofiber_pla",
  48. "polyflex_pla",
  49. "polymax_pla",
  50. "polyplus_pla",
  51. "polywood_pla",
  52. "redd_abs",
  53. "redd_asa",
  54. "redd_hips",
  55. "redd_nylon",
  56. "redd_petg",
  57. "redd_pla",
  58. "redd_tpe",
  59. "structur3d_dap100silicone",
  60. "tizyx_abs",
  61. "tizyx_flex",
  62. "tizyx_petg",
  63. "tizyx_pla",
  64. "tizyx_pla_bois",
  65. "tizyx_pva",
  66. "verbatim_bvoh_175",
  67. "Vertex_Delta_ABS",
  68. "Vertex_Delta_PET",
  69. "Vertex_Delta_PLA",
  70. "Vertex_Delta_PLA_Glitter",
  71. "Vertex_Delta_PLA_Mat",
  72. "Vertex_Delta_PLA_Satin",
  73. "Vertex_Delta_PLA_Wood",
  74. "Vertex_Delta_TPU",
  75. "zyyx_pro_flex",
  76. "zyyx_pro_pla"
  77. ],
  78. "first_start_actions": [ "MachineSettingsAction" ],
  79. "has_machine_quality": true,
  80. "has_materials": true,
  81. "has_variants": true,
  82. "machine_extruder_trains":
  83. {
  84. "0": "zav_extruder_1",
  85. "1": "zav_extruder_2"
  86. },
  87. "preferred_material": "bestfilament_abs_skyblue",
  88. "preferred_quality_type": "ZAV_layer_020",
  89. "preferred_variant_name": "0.40mm_ZAV_Nozzle",
  90. "variants_name": "Nozzle Size"
  91. },
  92. "overrides":
  93. {
  94. "adhesion_type": { "value": "'brim'" },
  95. "bottom_thickness": { "value": "layer_height*3 if layer_height > 0.15 else 0.8" },
  96. "bridge_settings_enabled": { "value": "True" },
  97. "brim_width": { "value": "5" },
  98. "cool_fan_full_at_height": { "value": "layer_height*2" },
  99. "cool_lift_head": { "value": "True" },
  100. "cool_min_layer_time": { "value": "15" },
  101. "cool_min_layer_time_fan_speed_max": { "value": "20" },
  102. "cool_min_speed": { "value": "15" },
  103. "expand_skins_expand_distance": { "value": "3" },
  104. "gantry_height": { "value": 999999 },
  105. "infill_before_walls": { "value": "False" },
  106. "infill_enable_travel_optimization": { "value": "True" },
  107. "infill_line_width": { "value": "round(line_width * 1.1, 2)" },
  108. "infill_pattern": { "value": "'gyroid'" },
  109. "initial_layer_line_width_factor": { "value": "100" },
  110. "layer_height_0": { "value": "layer_height" },
  111. "line_width": { "value": "machine_nozzle_size" },
  112. "machine_buildplate_type": { "value": "glass" },
  113. "machine_center_is_zero": { "default_value": false },
  114. "machine_depth": { "default_value": 200 },
  115. "machine_end_gcode": { "default_value": ";---- Ending Script Start ----\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-4 F300 ;retract the filament a bit before lifting the nozzle to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F5000 ;move Z up a bit and retract filament even more\nG28 Z0 ;move bed down\nG28 X0 Y0 ;move X/Y to min endstops so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\nM107 ;switch off cooling fan\nM355 S0 P0 ;switch off case light\n;---- Ending Script End ----\n" },
  116. "machine_extruder_count": { "value": 1 },
  117. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  118. "machine_head_with_fans_polygon":
  119. {
  120. "default_value": [
  121. [-26, 41],
  122. [-26, -21],
  123. [36, -21],
  124. [36, 41]
  125. ]
  126. },
  127. "machine_heated_bed": { "default_value": true },
  128. "machine_height": { "default_value": 270 },
  129. "machine_name": { "default_value": "ZAV Base Printer" },
  130. "machine_shape": { "default_value": "rectangular" },
  131. "machine_start_gcode": { "default_value": ";---- Starting Script Start ----\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 Z0 ;move Z to min endstops\nG28 X0 Y0 ;move X/Y to min endstops\nG92 E0 ;zero the extruded length\nG1 F5000 ;set speed\nG1 Y40 ;move to start position Y\nM117 Printing...\n;---- Starting Script End ----\n" },
  132. "machine_width": { "default_value": 300 },
  133. "material_diameter": { "default_value": 1.75 },
  134. "optimize_wall_printing_order": { "value": "True" },
  135. "retraction_amount": { "value": "4" },
  136. "retraction_combing": { "value": "'all'" },
  137. "retraction_combing_max_distance": { "value": "10" },
  138. "retraction_min_travel": { "value": "3" },
  139. "skin_line_width": { "value": "round(line_width * 1.0, 2)" },
  140. "skin_outline_count": { "value": "0" },
  141. "skirt_brim_line_width": { "value": "round(line_width * 1.1, 2)" },
  142. "speed_layer_0": { "value": "25" },
  143. "speed_print": { "value": "80" },
  144. "speed_topbottom": { "value": "50" },
  145. "speed_travel_layer_0": { "value": "40" },
  146. "support_angle": { "value": "65" },
  147. "support_brim_enable": { "value": "True" },
  148. "support_enable": { "value": "True" },
  149. "support_infill_rate": { "value": "20" },
  150. "support_offset": { "value": "2" },
  151. "top_bottom_pattern": { "value": "'zigzag'" },
  152. "top_bottom_pattern_0": { "value": "'zigzag'" },
  153. "travel_avoid_other_parts": { "value": "False" },
  154. "z_seam_type": { "value": "'shortest'" },
  155. "zig_zaggify_infill": { "value": "True" }
  156. }
  157. }