anycubic_chiron.def.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. "icon": "icon_ultimaker2",
  12. "platform": "anycubic_chiron_platform.obj",
  13. "platform_texture": "anycubic-chiron.png",
  14. "has_materials": true,
  15. "preferred_material": "generic_pla",
  16. "has_machine_quality": true,
  17. "quality_definition": "anycubic_chiron",
  18. "preferred_quality_type": "normal",
  19. "machine_extruder_trains":
  20. {
  21. "0": "anycubic_chiron_extruder_0"
  22. },
  23. "firmware_file": "MarlinChiron.hex"
  24. },
  25. "overrides":
  26. {
  27. "machine_name":
  28. {
  29. "default_value": "Anycubic Chiron"
  30. },
  31. "machine_heated_bed":
  32. {
  33. "default_value": true
  34. },
  35. "machine_width":
  36. {
  37. "default_value": 400
  38. },
  39. "machine_height":
  40. {
  41. "default_value": 450
  42. },
  43. "machine_depth":
  44. {
  45. "default_value": 400
  46. },
  47. "machine_center_is_zero":
  48. {
  49. "default_value": false
  50. },
  51. "gantry_height":
  52. {
  53. "value": "35"
  54. },
  55. "machine_head_with_fans_polygon":
  56. {
  57. "default_value":
  58. [
  59. [-45, 50],
  60. [-45, -45],
  61. [45, 50],
  62. [45, -45]
  63. ]
  64. },
  65. "machine_gcode_flavor":
  66. {
  67. "default_value": "RepRap (Marlin/Sprinter)"
  68. },
  69. "machine_start_gcode":
  70. {
  71. "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"
  72. },
  73. "machine_end_gcode":
  74. {
  75. "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"
  76. }
  77. }
  78. }