ultimaker2_extended_plus.def.json 669 B

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