ultimaker2_go.def.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "version": 2,
  3. "name": "Ultimaker 2 Go",
  4. "inherits": "ultimaker2",
  5. "metadata": {
  6. "author": "Ultimaker",
  7. "manufacturer": "Ultimaker B.V.",
  8. "quality_definition": "ultimaker2",
  9. "weight": 3,
  10. "file_formats": "text/x-gcode",
  11. "icon": "icon_ultimaker2.png",
  12. "platform": "ultimaker2go_platform.obj",
  13. "platform_texture": "Ultimaker2Gobackplate.png",
  14. "platform_offset": [0, 0, 0],
  15. "first_start_actions": [],
  16. "supported_actions":["UpgradeFirmware"]
  17. },
  18. "overrides": {
  19. "machine_name": { "default_value": "Ultimaker 2 Go" },
  20. "machine_width": {
  21. "default_value": 120
  22. },
  23. "machine_depth": {
  24. "default_value": 120
  25. },
  26. "machine_height": {
  27. "default_value": 115
  28. },
  29. "machine_heated_bed": {
  30. "default_value": false
  31. },
  32. "machine_disallowed_areas": {
  33. "default_value": [
  34. [[-60, 60], [-33, 60], [-35, 52], [-60, 52]],
  35. [[ 60, 60], [ 60, 52], [ 35, 52], [ 33, 60]],
  36. [[-60, -60], [-60, -52], [-35, -52], [-33, -60]],
  37. [[ 60, -60], [ 33, -60], [ 35, -52], [ 60, -52]]
  38. ]
  39. }
  40. }
  41. }