mingda_base.def.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. {
  2. "name": "Mingda Base Printer",
  3. "version": 2,
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "visible": false,
  7. "author": "Mingda",
  8. "manufacturer": "Mingda",
  9. "file_formats": "text/x-gcode",
  10. "first_start_actions": ["MachineSettingsAction"],
  11. "machine_extruder_trains": {
  12. "0": "mingda_base_extruder_0"
  13. },
  14. "has_materials": true,
  15. "has_variants": true,
  16. "has_machine_quality": true,
  17. "variants_name": "Nozzle Size",
  18. "preferred_variant_name": "0.4mm Nozzle",
  19. "preferred_quality_type": "standard",
  20. "preferred_material": "generic_pla",
  21. "exclude_materials": [
  22. "Vertex_Delta_ABS",
  23. "Vertex_Delta_PET",
  24. "Vertex_Delta_PLA",
  25. "Vertex_Delta_TPU",
  26. "chromatik_pla",
  27. "dsm_arnitel2045_175",
  28. "dsm_novamid1070_175",
  29. "fabtotum_abs",
  30. "fabtotum_nylon",
  31. "fabtotum_pla",
  32. "fabtotum_tpu",
  33. "fiberlogy_hd_pla",
  34. "filo3d_pla",
  35. "filo3d_pla_green",
  36. "filo3d_pla_red",
  37. "generic_bam",
  38. "generic_cffcpe",
  39. "generic_cffpa",
  40. "generic_cpe",
  41. "generic_cpe_plus",
  42. "generic_gffcpe",
  43. "generic_gffpa",
  44. "generic_hips",
  45. "generic_nylon",
  46. "generic_pc",
  47. "generic_pp",
  48. "generic_pva",
  49. "generic_tough_pla",
  50. "imade3d_petg_green",
  51. "imade3d_petg_pink",
  52. "imade3d_pla_green",
  53. "imade3d_pla_pink",
  54. "innofill_innoflex60_175",
  55. "octofiber_pla",
  56. "polyflex_pla",
  57. "polymax_pla",
  58. "polyplus_pla",
  59. "polywood_pla",
  60. "structur3d_dap100silicone",
  61. "tizyx_abs",
  62. "tizyx_pla",
  63. "tizyx_pla_bois",
  64. "ultimaker_abs_black",
  65. "ultimaker_abs_blue",
  66. "ultimaker_abs_green",
  67. "ultimaker_abs_grey",
  68. "ultimaker_abs_orange",
  69. "ultimaker_abs_pearl-gold",
  70. "ultimaker_abs_red",
  71. "ultimaker_abs_silver-metallic",
  72. "ultimaker_abs_white",
  73. "ultimaker_abs_yellow",
  74. "ultimaker_bam",
  75. "ultimaker_cpe_black",
  76. "ultimaker_cpe_blue",
  77. "ultimaker_cpe_dark-grey",
  78. "ultimaker_cpe_green",
  79. "ultimaker_cpe_light-grey",
  80. "ultimaker_cpe_plus_black",
  81. "ultimaker_cpe_plus_transparent",
  82. "ultimaker_cpe_plus_white",
  83. "ultimaker_cpe_red",
  84. "ultimaker_cpe_transparent",
  85. "ultimaker_cpe_white",
  86. "ultimaker_cpe_yellow",
  87. "ultimaker_nylon_black",
  88. "ultimaker_nylon_transparent",
  89. "ultimaker_pc_black",
  90. "ultimaker_pc_transparent",
  91. "ultimaker_pc_white",
  92. "ultimaker_pla_black",
  93. "ultimaker_pla_blue",
  94. "ultimaker_pla_green",
  95. "ultimaker_pla_magenta",
  96. "ultimaker_pla_orange",
  97. "ultimaker_pla_pearl-white",
  98. "ultimaker_pla_red",
  99. "ultimaker_pla_silver-metallic",
  100. "ultimaker_pla_transparent",
  101. "ultimaker_pla_white",
  102. "ultimaker_pla_yellow",
  103. "ultimaker_pp_transparent",
  104. "ultimaker_pva",
  105. "ultimaker_tough_pla_black",
  106. "ultimaker_tough_pla_green",
  107. "ultimaker_tough_pla_red",
  108. "ultimaker_tough_pla_white",
  109. "ultimaker_tpu_black",
  110. "ultimaker_tpu_blue",
  111. "ultimaker_tpu_red",
  112. "ultimaker_tpu_white",
  113. "verbatim_bvoh_175",
  114. "zyyx_pro_flex",
  115. "zyyx_pro_pla"
  116. ]
  117. },
  118. "overrides": {
  119. "machine_name": { "default_value": "MINGDA Base Printer" },
  120. "machine_start_gcode": { "default_value": " G28 ; home all axes\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"},
  121. "machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" },
  122. "machine_max_feedrate_x": { "value": 500 },
  123. "machine_max_feedrate_y": { "value": 500 },
  124. "machine_max_feedrate_z": { "value": 10 },
  125. "machine_max_feedrate_e": { "value": 50 },
  126. "machine_max_acceleration_x": { "value": 500 },
  127. "machine_max_acceleration_y": { "value": 500 },
  128. "machine_max_acceleration_z": { "value": 100 },
  129. "machine_max_acceleration_e": { "value": 5000 },
  130. "machine_acceleration": { "value": 500 },
  131. "machine_max_jerk_xy": { "value": 10 },
  132. "machine_max_jerk_z": { "value": 0.4 },
  133. "machine_max_jerk_e": { "value": 5 },
  134. "machine_heated_bed": { "default_value": true },
  135. "material_diameter": { "default_value": 1.75 },
  136. "acceleration_print": { "value": 500 },
  137. "acceleration_travel": { "value": 500 },
  138. "acceleration_travel_layer_0": { "value": "acceleration_travel" },
  139. "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
  140. "jerk_print": { "value": 8 },
  141. "jerk_travel": { "value": "jerk_print" },
  142. "jerk_travel_layer_0": { "value": "jerk_travel" },
  143. "acceleration_enabled": { "value": false },
  144. "jerk_enabled": { "value": false },
  145. "speed_print": { "value": 60.0 } ,
  146. "speed_infill": { "value": "speed_print" },
  147. "speed_wall": { "value": "speed_print / 2" },
  148. "speed_wall_0": { "value": "speed_wall" },
  149. "speed_wall_x": { "value": "speed_wall" },
  150. "speed_topbottom": { "value": "speed_print / 2" },
  151. "speed_roofing": { "value": "speed_topbottom" },
  152. "speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" },
  153. "speed_layer_0": { "value": 20.0 },
  154. "speed_print_layer_0": { "value": "speed_layer_0" },
  155. "speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" },
  156. "speed_prime_tower": { "value": "speed_topbottom" },
  157. "speed_support": { "value": "speed_wall_0" },
  158. "speed_support_interface": { "value": "speed_topbottom" },
  159. "speed_z_hop": { "value": 5 },
  160. "skirt_brim_speed": { "value": "speed_layer_0" },
  161. "line_width": { "value": "machine_nozzle_size * 1.1" },
  162. "optimize_wall_printing_order": { "value": true },
  163. "material_initial_print_temperature": { "value": "material_print_temperature" },
  164. "material_final_print_temperature": { "value": "material_print_temperature" },
  165. "material_flow": { "value": 100 },
  166. "z_seam_type": { "value": "'back'" },
  167. "z_seam_corner": { "value": "'z_seam_corner_none'" },
  168. "infill_sparse_density": { "value": "15" },
  169. "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" },
  170. "infill_before_walls": { "value": false },
  171. "infill_overlap": { "value": 30.0 },
  172. "skin_overlap": { "value": 10.0 },
  173. "infill_wipe_dist": { "value": 0.0 },
  174. "wall_0_wipe_dist": { "value": 0.0 },
  175. "fill_outline_gaps": { "value": false },
  176. "retraction_speed": {
  177. "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
  178. "maximum_value": 200
  179. },
  180. "retraction_retract_speed": {
  181. "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
  182. "maximum_value": 200
  183. },
  184. "retraction_prime_speed": {
  185. "maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
  186. "maximum_value": 200
  187. },
  188. "retraction_hop_enabled": { "value": true },
  189. "retraction_hop": { "value": "layer_height*2" },
  190. "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" },
  191. "retraction_combing_max_distance": { "value": 30 },
  192. "travel_avoid_other_parts": { "value": true },
  193. "travel_avoid_supports": { "value": true },
  194. "travel_retract_before_outer_wall": { "value": true },
  195. "retraction_amount": { "value": 2 },
  196. "retraction_enable": { "value": true },
  197. "retraction_count_max": { "value": 100 },
  198. "retraction_extrusion_window": { "value": 10 },
  199. "retraction_min_travel": { "value": 1.5 },
  200. "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
  201. "cool_fan_enabled": { "value": true },
  202. "cool_min_layer_time": { "value": 10 },
  203. "adhesion_type": { "value": "'none' if support_enable else 'skirt'" },
  204. "brim_replaces_support": { "value": false },
  205. "skirt_gap": { "value": 10.0 },
  206. "skirt_line_count": { "value": 4 },
  207. "adaptive_layer_height_variation": { "value": 0.04 },
  208. "adaptive_layer_height_variation_step": { "value": 0.04 },
  209. "meshfix_maximum_resolution": { "value": "0.05" },
  210. "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
  211. "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" },
  212. "support_pattern": { "value": "'zigzag'" },
  213. "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
  214. "support_use_towers": { "value": false },
  215. "support_xy_distance": { "value": "wall_line_width_0 * 2" },
  216. "support_xy_distance_overhang": { "value": "wall_line_width_0" },
  217. "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" },
  218. "support_xy_overrides_z": { "value": "'xy_overrides_z'" },
  219. "support_wall_count": { "value": 1 },
  220. "support_brim_enable": { "value": true },
  221. "support_brim_width": { "value": 4 },
  222. "support_interface_enable": { "value": true },
  223. "support_interface_height": { "value": "layer_height * 4" },
  224. "support_interface_density": { "value": 33.333 },
  225. "support_interface_pattern": { "value": "'grid'" },
  226. "support_interface_skip_height": { "value": 0.2 },
  227. "minimum_support_area": { "value": 2 },
  228. "minimum_interface_area": { "value": 10 },
  229. "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" },
  230. "wall_thickness": {"value": "line_width * 2" }
  231. }
  232. }