anycubic_kobra.def.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "version": 2,
  3. "name": "Anycubic Kobra",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Jason Chen",
  9. "manufacturer": "Anycubic",
  10. "file_formats": "text/x-gcode",
  11. "has_materials": true,
  12. "preferred_material": "generic_pla",
  13. "has_machine_quality": true,
  14. "quality_definition": "anycubic_kobra",
  15. "preferred_quality_type": "pla",
  16. "machine_extruder_trains":
  17. {
  18. "0": "anycubic_kobra_extruder_0"
  19. },
  20. "firmware_file": "MarlinChiron.hex"
  21. },
  22. "overrides":
  23. {
  24. "machine_name":
  25. {
  26. "default_value": "Anycubic Kobra"
  27. },
  28. "machine_heated_bed":
  29. {
  30. "default_value": true
  31. },
  32. "machine_width":
  33. {
  34. "default_value": 222
  35. },
  36. "machine_height":
  37. {
  38. "default_value": 252
  39. },
  40. "machine_depth":
  41. {
  42. "default_value": 222
  43. },
  44. "machine_gcode_flavor":
  45. {
  46. "default_value": "RepRap (Marlin/Sprinter)"
  47. },
  48. "machine_start_gcode":
  49. {
  50. "default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
  51. }
  52. }
  53. }