custom.def.json 692 B

12345678910111213141516171819202122232425
  1. {
  2. "version": 2,
  3. "name": "Custom FFF printer",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Ultimaker",
  9. "manufacturer": "Custom",
  10. "file_formats": "text/x-gcode",
  11. "first_start_actions": [ "MachineSettingsAction" ],
  12. "has_materials": true,
  13. "machine_extruder_trains":
  14. {
  15. "0": "custom_extruder_1",
  16. "1": "custom_extruder_2",
  17. "2": "custom_extruder_3",
  18. "3": "custom_extruder_4",
  19. "4": "custom_extruder_5",
  20. "5": "custom_extruder_6",
  21. "6": "custom_extruder_7",
  22. "7": "custom_extruder_8"
  23. }
  24. }
  25. }