ultimaker2_extended_plus.def.json 697 B

123456789101112131415161718192021222324
  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",
  9. "category": "Ultimaker",
  10. "quality_definition": "ultimaker2_plus",
  11. "weight": 2,
  12. "file_formats": "text/x-gcode",
  13. "platform": "ultimaker2_platform.obj",
  14. "platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
  15. "supported_actions":["UpgradeFirmware"]
  16. },
  17. "overrides": {
  18. "machine_name": { "default_value": "Ultimaker 2 Extended+" },
  19. "machine_height": {
  20. "default_value": 305
  21. }
  22. }
  23. }