custom.def.json 417 B

12345678910111213141516
  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. "preferred_material": "*pla*",
  14. "first_start_actions": ["MachineSettingsAction"]
  15. }
  16. }