ultimaker2_go.def.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "id": "ultimaker2_go",
  3. "version": 2,
  4. "name": "Ultimaker 2 Go",
  5. "inherits": "ultimaker2",
  6. "metadata": {
  7. "author": "Ultimaker",
  8. "manufacturer": "Ultimaker",
  9. "category": "Ultimaker",
  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. },
  16. "overrides": {
  17. "machine_width": {
  18. "default_value": 120
  19. },
  20. "machine_depth": {
  21. "default_value": 120
  22. },
  23. "machine_height": {
  24. "default_value": 115
  25. },
  26. "machine_heated_bed": {
  27. "default_value": false
  28. },
  29. "machine_disallowed_areas": {
  30. "default_value": [
  31. [[-60, 60], [-33, 60], [-35, 52], [-60, 52]],
  32. [[ 60, 60], [ 60, 52], [ 35, 52], [ 33, 60]],
  33. [[-60, -60], [-60, -52], [-35, -52], [-33, -60]],
  34. [[ 60, -60], [ 33, -60], [ 35, -52], [ 60, -52]]
  35. ]
  36. }
  37. }
  38. }