ultimaker3_extended.def.json 1.1 KB

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