anycubic_mega_zero.def.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "version": 2,
  3. "name": "Anycubic Mega Zero",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "kad",
  9. "manufacturer": "Anycubic",
  10. "file_formats": "text/x-gcode",
  11. "platform": "anycubic_mega_zero_platform.stl",
  12. "has_materials": true,
  13. "has_machine_quality": true,
  14. "preferred_quality_type": "normal",
  15. "preferred_material": "generic_pla",
  16. "machine_extruder_trains":
  17. {
  18. "0": "anycubic_mega_zero_extruder_0"
  19. }
  20. },
  21. "overrides":
  22. {
  23. "machine_name":
  24. {
  25. "default_value": "Anycubic Mega Zero"
  26. },
  27. "machine_heated_bed":
  28. {
  29. "default_value": false
  30. },
  31. "machine_width":
  32. {
  33. "default_value": 220
  34. },
  35. "machine_depth":
  36. {
  37. "default_value": 220
  38. },
  39. "machine_height":
  40. {
  41. "default_value": 250
  42. },
  43. "machine_center_is_zero":
  44. {
  45. "default_value": false
  46. },
  47. "gantry_height":
  48. {
  49. "value": 25
  50. },
  51. "machine_gcode_flavor":
  52. {
  53. "default_value": "RepRap (Marlin/Sprinter)"
  54. },
  55. "machine_start_gcode":
  56. {
  57. "default_value": ";Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM117 Start heating ...\nM104 S{material_print_temperature_layer_0}\nM117 Homing X/Y ...\nG28 X0 Y0 ;move X/Y to min endstops\nM117 Homing Z ...\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F{speed_travel} ;move the platform down 15mm\nM117 Heating ...\nM109 S{material_print_temperature_layer_0}\nM117 Start cleaning ...\nG92 E0 ;zero the extruded length\nG1 F200 E10 ;extrude 10mm of feed stock\nG92 E0 ;zero the extruded length again\nM117 Intro line ...\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z{layer_height} F5000.0 ; Move to start position\nG1 X0.1 Y200.0 Z{layer_height} F1500.0 E15 ; Draw the first line\nG1 X0.4 Y200.0 Z{layer_height} F5000.0 ; Move to side a little\nG1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 E-1 F500 ; Retract filiment by 1 mm\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F{speed_travel} ; Move over to prevent blob squish\nG1 F{speed_travel}\nG92 E0 ; Reset Extruder\nM117 Printing...\n"
  58. },
  59. "machine_end_gcode":
  60. {
  61. "default_value": "M117 Cooling down...\nM104 S0 ; turn off extruder\nM84 ; disable motors\nM107 ; Fan off\nG91 ;relative positioning\nG1 E-1 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 F{speed_travel} ;move Z up a bit and retract filament even more\nG28 X0 ;move X to min endstops, so the head is out of the way\nG90 ;Absolute positioning\nG1 Y200 F3000 ;Present print\nM84 ;steppers off\nM300 P300 S4000\nM117 Finished.\n"
  62. },
  63. "machine_max_feedrate_x": { "value": 500 },
  64. "machine_max_feedrate_y": { "value": 500 },
  65. "machine_max_feedrate_z": { "value": 5 },
  66. "machine_max_feedrate_e": { "value": 30 },
  67. "machine_max_acceleration_x": { "value": 500 },
  68. "machine_max_acceleration_y": { "value": 500 },
  69. "machine_max_acceleration_z": { "value": 100 },
  70. "machine_max_acceleration_e": { "value": 5000 },
  71. "machine_acceleration": { "value": 500 },
  72. "acceleration_print": { "value": 500 },
  73. "acceleration_travel": { "value": 500 },
  74. "acceleration_enabled": { "value": false },
  75. "machine_max_jerk_xy": { "value": 10 },
  76. "machine_max_jerk_z": { "value": 0.4 },
  77. "machine_max_jerk_e": { "value": 5 },
  78. "jerk_print": { "value": 10 },
  79. "jerk_travel": { "value": "jerk_print" },
  80. "jerk_travel_layer_0": { "value": "jerk_travel" },
  81. "jerk_enabled": { "value": false },
  82. "speed_print": { "value": 50.0 },
  83. "speed_z_hop": { "value": "machine_max_feedrate_z" },
  84. "optimize_wall_printing_order": { "value": "True" },
  85. "material_initial_print_temperature": { "value": "material_print_temperature" },
  86. "material_final_print_temperature": { "value": "material_print_temperature" },
  87. "retraction_hop_enabled": { "value": "True" },
  88. "retraction_hop": { "value": 0.2 },
  89. "retraction_combing": { "value": "'noskin'" },
  90. "retraction_combing_max_distance": { "value": 30 },
  91. "travel_avoid_other_parts": { "value": true },
  92. "travel_avoid_supports": { "value": true },
  93. "travel_retract_before_outer_wall": { "value": true },
  94. "retraction_enable": { "value": true },
  95. "retraction_speed": { "value": 30 },
  96. "retraction_amount": { "value": 7 },
  97. "retraction_count_max": { "value": 100 },
  98. "retraction_extrusion_window": { "value": 10 },
  99. "retraction_min_travel": { "value": 1.5 },
  100. "cool_fan_full_at_height": { "value": "layer_height_0" },
  101. "adhesion_type": { "value": "'skirt'" },
  102. "skirt_line_count": {"default_value": 3},
  103. "support_xy_distance": { "value": "wall_line_width_0 * 2" },
  104. "support_xy_distance_overhang": { "value": "wall_line_width_0" },
  105. "support_z_distance": { "value": "layer_height if layer_height > 0.1 else layer_height*2" }
  106. }
  107. }