ultimaker2_go.def.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "supported_actions":["UpgradeFirmware"]
  16. },
  17. "overrides": {
  18. "machine_width": {
  19. "default_value": 120
  20. },
  21. "machine_depth": {
  22. "default_value": 120
  23. },
  24. "machine_height": {
  25. "default_value": 115
  26. },
  27. "machine_heated_bed": {
  28. "default_value": false
  29. },
  30. "machine_disallowed_areas": {
  31. "default_value": [
  32. [[-60, 60], [-33, 60], [-35, 52], [-60, 52]],
  33. [[ 60, 60], [ 60, 52], [ 35, 52], [ 33, 60]],
  34. [[-60, -60], [-60, -52], [-35, -52], [-33, -60]],
  35. [[ 60, -60], [ 33, -60], [ 35, -52], [ 60, -52]]
  36. ]
  37. }
  38. }
  39. }