ultimaker2_extended_plus.def.json 631 B

12345678910111213141516171819202122
  1. {
  2. "version": 2,
  3. "name": "Ultimaker 2 Extended+",
  4. "inherits": "ultimaker2_plus",
  5. "metadata": {
  6. "author": "Ultimaker",
  7. "manufacturer": "Ultimaker B.V.",
  8. "quality_definition": "ultimaker2_plus",
  9. "weight": 2,
  10. "file_formats": "text/x-gcode",
  11. "platform": "ultimaker2_platform.obj",
  12. "platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
  13. "supported_actions":["UpgradeFirmware"]
  14. },
  15. "overrides": {
  16. "machine_name": { "default_value": "Ultimaker 2 Extended+" },
  17. "machine_height": {
  18. "default_value": 305
  19. }
  20. }
  21. }