custom.def.json 737 B

1234567891011121314151617181920212223242526
  1. {
  2. "id": "custom",
  3. "version": 2,
  4. "name": "Custom FDM printer",
  5. "inherits": "fdmprinter",
  6. "metadata": {
  7. "visible": true,
  8. "author": "Ultimaker",
  9. "manufacturer": "Custom",
  10. "category": "Custom",
  11. "file_formats": "text/x-gcode",
  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. "first_start_actions": ["MachineSettingsAction"]
  25. }
  26. }