anycubic_kobra_max.def.json 1.1 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "version": 2,
  3. "name": "Anycubic Kobra Max",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Jason Chen",
  9. "manufacturer": "Anycubic",
  10. "file_formats": "text/x-gcode",
  11. "firmware_file": "MarlinChiron.hex",
  12. "has_machine_quality": true,
  13. "has_materials": true,
  14. "machine_extruder_trains": { "0": "anycubic_kobra_max_extruder_0" },
  15. "preferred_material": "generic_pla",
  16. "preferred_quality_type": "pla",
  17. "quality_definition": "anycubic_kobra_max"
  18. },
  19. "overrides":
  20. {
  21. "machine_depth": { "default_value": 402 },
  22. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  23. "machine_heated_bed": { "default_value": true },
  24. "machine_height": { "default_value": 452 },
  25. "machine_name": { "default_value": "Anycubic Kobra Max" },
  26. "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0" },
  27. "machine_width": { "default_value": 402 }
  28. }
  29. }