custom.def.json 717 B

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