ultimaker2_extended_plus.def.json 808 B

123456789101112131415161718192021222324252627282930
  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. "file_formats": "text/x-gcode",
  11. "platform": "ultimaker2_platform.obj",
  12. "platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
  13. "supported_actions":["UpgradeFirmware"]
  14. },
  15. "overrides": {
  16. "machine_height": {
  17. "default_value": 313
  18. },
  19. "machine_show_variants": {
  20. "default_value": true
  21. },
  22. "machine_nozzle_head_distance": {
  23. "default_value": 5
  24. },
  25. "machine_nozzle_expansion_angle": {
  26. "default_value": 45
  27. }
  28. }
  29. }