anycubic_chiron.def.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "version": 2,
  3. "name": "Anycubic Chiron",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Patrick Glatt",
  9. "manufacturer": "Anycubic",
  10. "file_formats": "text/x-gcode",
  11. "platform": "anycubic_chiron_platform.obj",
  12. "platform_texture": "anycubic-chiron.png",
  13. "has_materials": true,
  14. "preferred_material": "generic_pla",
  15. "has_machine_quality": true,
  16. "quality_definition": "anycubic_chiron",
  17. "preferred_quality_type": "normal",
  18. "machine_extruder_trains":
  19. {
  20. "0": "anycubic_chiron_extruder_0"
  21. },
  22. "firmware_file": "MarlinChiron.hex"
  23. },
  24. "overrides":
  25. {
  26. "machine_name":
  27. {
  28. "default_value": "Anycubic Chiron"
  29. },
  30. "machine_heated_bed":
  31. {
  32. "default_value": true
  33. },
  34. "machine_width":
  35. {
  36. "default_value": 400
  37. },
  38. "machine_height":
  39. {
  40. "default_value": 450
  41. },
  42. "machine_depth":
  43. {
  44. "default_value": 400
  45. },
  46. "machine_center_is_zero":
  47. {
  48. "default_value": false
  49. },
  50. "gantry_height":
  51. {
  52. "value": "35"
  53. },
  54. "machine_head_with_fans_polygon":
  55. {
  56. "default_value":
  57. [
  58. [-45, 50],
  59. [-45, -45],
  60. [45, 50],
  61. [45, -45]
  62. ]
  63. },
  64. "machine_gcode_flavor":
  65. {
  66. "default_value": "RepRap (Marlin/Sprinter)"
  67. },
  68. "machine_start_gcode":
  69. {
  70. "default_value": "M107 ;Start with the fan off\nG21 ;Set units to millimeters\nG91 ;Change to relative positioning mode for retract filament and nozzle lifting\nG1 F200 E-3 ;Retract 3mm filament for a clean start\nG92 E0 ;Zero the extruded length\nG1 F1000 Z5 ;Lift the nozzle 5mm before homing axes\nG90 ;Absolute positioning\nM82 ;Set extruder to absolute mode too\nG28 X0 Y0 ;First move X/Y to min endstops\nG28 Z0 ;Then move Z to min endstops\nG1 F1000 Z15 ;After homing lift the nozzle 15mm before start printing\n"
  71. },
  72. "machine_end_gcode":
  73. {
  74. "default_value": "G91 ;Change to relative positioning mode for filament retraction and nozzle lifting\nG1 F200 E-4;Retract the filament a bit before lifting the nozzle\nG1 F1000 Z5;Lift nozzle 5mm\nG90 ;Change to absolute positioning mode to prepare for part rermoval\nG1 X0 Y400 ;Move the print to max y pos for part rermoval\nM104 S0 ; Turn off hotend\nM106 S0 ; Turn off cooling fan\nM140 S0 ; Turn off bed\nM84 ; Disable motors\n"
  75. }
  76. }
  77. }