ultimaker2_go.def.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "weight": 3,
  11. "file_formats": "text/x-gcode",
  12. "icon": "icon_ultimaker2.png",
  13. "platform": "ultimaker2go_platform.obj",
  14. "platform_texture": "Ultimaker2Gobackplate.png",
  15. "platform_offset": [0, 0, 0],
  16. "supported_actions":["UpgradeFirmware"]
  17. },
  18. "overrides": {
  19. "machine_width": {
  20. "default_value": 120
  21. },
  22. "machine_depth": {
  23. "default_value": 120
  24. },
  25. "machine_height": {
  26. "default_value": 115
  27. },
  28. "machine_heated_bed": {
  29. "default_value": false
  30. },
  31. "machine_disallowed_areas": {
  32. "default_value": [
  33. [[-60, 60], [-33, 60], [-35, 52], [-60, 52]],
  34. [[ 60, 60], [ 60, 52], [ 35, 52], [ 33, 60]],
  35. [[-60, -60], [-60, -52], [-35, -52], [-33, -60]],
  36. [[ 60, -60], [ 33, -60], [ 35, -52], [ 60, -52]]
  37. ]
  38. }
  39. }
  40. }