ultimaker3_extended.def.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "version": 2,
  3. "name": "Ultimaker 3 Extended",
  4. "inherits": "ultimaker3",
  5. "metadata": {
  6. "author": "Ultimaker",
  7. "manufacturer": "Ultimaker B.V.",
  8. "quality_definition": "ultimaker3",
  9. "visible": true,
  10. "file_formats": "application/gzip;text/x-gcode",
  11. "platform": "ultimaker3_platform.obj",
  12. "platform_texture": "Ultimaker3Extendedbackplate.png",
  13. "platform_offset": [0, 0, 0],
  14. "has_machine_quality": true,
  15. "has_machine_materials": true,
  16. "has_variant_materials": true,
  17. "has_materials": true,
  18. "has_variants": true,
  19. "preferred_variant_name": "AA 0.4",
  20. "variants_name": "Print core",
  21. "machine_extruder_trains":
  22. {
  23. "0": "ultimaker3_extended_extruder_left",
  24. "1": "ultimaker3_extended_extruder_right"
  25. },
  26. "first_start_actions": [ "DiscoverUM3Action" ],
  27. "supported_actions": [ "DiscoverUM3Action" ]
  28. },
  29. "overrides": {
  30. "machine_name": { "default_value": "Ultimaker 3 Extended" },
  31. "machine_height": { "default_value": 300 }
  32. }
  33. }