ultimaker2_go.def.json 1.3 KB

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