anycubic_kobra_plus.def.json 1.8 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "version": 2,
  3. "name": "Anycubic Kobra Plus",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Jordon Brooks",
  9. "manufacturer": "Anycubic",
  10. "file_formats": "text/x-gcode",
  11. "has_machine_quality": true,
  12. "has_materials": true,
  13. "machine_extruder_trains": { "0": "anycubic_kobra_plus_extruder_0" },
  14. "preferred_material": "generic_pla",
  15. "preferred_quality_type": "normal",
  16. "quality_definition": "anycubic_kobra_plus"
  17. },
  18. "overrides":
  19. {
  20. "machine_depth": { "default_value": 302 },
  21. "machine_end_gcode": { "default_value": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84\nM355 S0; led off" },
  22. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  23. "machine_heated_bed": { "default_value": true },
  24. "machine_height": { "default_value": 352 },
  25. "machine_name": { "default_value": "Anycubic Kobra Plus" },
  26. "machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nM355 S1; Turn LED on\n; Add Custom purge lines\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X1.0 Y30 Z0.3 F5000.0 ; Move to start position\nG1 X1.0 Y100.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X1.3 Y100.0 Z0.3 F5000.0 ; Move to side a little\nG1 X1.3 Y30 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 E-2 F500 ; Retract a little \nG1 X50 F500 ; wipe away from the filament line\nG1 X100 F9000 ; Quickly wipe away from the filament line\nG1 Z5.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n; End custom purge lines" },
  27. "machine_width": { "default_value": 302 }
  28. }
  29. }