custom.def.json 687 B

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