ultimaker3_extended.def.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "version": 2,
  3. "name": "Ultimaker 3 Extended",
  4. "inherits": "ultimaker3",
  5. "metadata": {
  6. "author": "Ultimaker",
  7. "manufacturer": "Ultimaker B.V.",
  8. "quality_definition": "ultimaker3",
  9. "visible": true,
  10. "file_formats": "application/gzip;text/x-gcode",
  11. "platform": "ultimaker3_platform.obj",
  12. "platform_texture": "Ultimaker3Extendedbackplate.png",
  13. "platform_offset": [0, 0, 0],
  14. "has_machine_quality": true,
  15. "has_machine_materials": true,
  16. "has_materials": true,
  17. "has_variants": true,
  18. "preferred_variant_name": "AA 0.4",
  19. "variants_name": "Print core",
  20. "machine_extruder_trains":
  21. {
  22. "0": "ultimaker3_extended_extruder_left",
  23. "1": "ultimaker3_extended_extruder_right"
  24. },
  25. "first_start_actions": [ "DiscoverUM3Action" ],
  26. "supported_actions": [ "DiscoverUM3Action" ],
  27. "firmware_update_info": {
  28. "id": 9511,
  29. "check_urls":
  30. [
  31. "http://software.ultimaker.com/releases/firmware/9066/stable/um-update.swu.version"
  32. ],
  33. "update_url": "https://ultimaker.com/firmware"
  34. }
  35. },
  36. "overrides": {
  37. "machine_name": { "default_value": "Ultimaker 3 Extended" },
  38. "machine_height": { "default_value": 300 }
  39. }
  40. }